Html Css Color HEX #076722 Crusoe

📋 copy color: '#076722'

red 7 ◦ green 103 ◦ blue 34

#076722
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #076722

Tints of Crusoe #076722

RGB

 RED value IS 7 (3.13% from 255) = 4.86%

 GREEN value IS 103 (40.63% from 255) = 71.53%

 BLUE value IS 34 (13.67% from 255) = 23.61%

R = 4.86%
G = 71.53%
B = 23.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#076722 (or 0x076722) is known color: Crusoe. HEX triplet: 07, 67 and 22. RGB value is (7,103,34). Sum of RGB (Red+Green+Blue) = 7+103+34=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 103 (40.62% from 255 or 71.53% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 103 - color contains mainly: green. Hex color #076722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076722 is #F898DD. Grayscale: #424242. Windows color (decimal): -16292062 or 2254599. OLE color: 2254599.

HSL color Cylindrical-coordinate representation of color #076722: hue angle of 136.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076722 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 34 -
CMYK 0.93 0 0.67 0.60
HSL 136.88º 0.87% 0.22% -
HSV(B) 136.88º 0.93% 0.4% -
XYZ 5.23 9.86 3.14 -
YUV 66.43 109.7 85.61 -
System Red Green Blue C M Y K H S L
Decimal 7 103 34 0.93 0 0.67 0.60 136.88 0.87 0.22
Hex 7 67 22 5D 0 43 3C 89 57 16
Octal 7 147 42 135 0 103 74 211 127 26
Binary 111 1100111 100010 1011101 0 1000011 111100 10001001 1010111 10110

Color Harmonies of #076722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076722

Black with #076722

Text Example


Text Example

White with #076722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076722; }

 p { color: rgb(7,103,34); }

 H1.HeaderClassName
 {
   color: #076722;
 }
 .AnyTagClassName
 {
   color: #076722;
 }
</style>

background-color css

<style>
 a { background-color: #076722; }

 a { background-color: rgb(7,103,34); }

 div.DivClassName
 {
   background-color: #076722;
 }
 .BgClassName
 {
   background-color: #076722;
 }
</style>

border-color css

<style>
 span { border-color: #076722; }

 span { border-color: rgb(7,103,34); }

 td.TdClassName
 {
   border-color: #076722;
 }
 .TagClassName
 {
   border-color: #076722;
 }
</style>