Html Css Color HEX #076122 Crusoe

📋 copy color: '#076122'

red 7 ◦ green 97 ◦ blue 34

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

Shades of Crusoe #076122

Tints of Crusoe #076122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 70.29%

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

R = 5.07%
G = 70.29%
B = 24.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#076122 (or 0x076122) is known color: Crusoe. HEX triplet: 07, 61 and 22. RGB value is (7,97,34). Sum of RGB (Red+Green+Blue) = 7+97+34=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 97 (38.28% from 255 or 70.29% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 97 - color contains mainly: green. Hex color #076122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076122 is #F89EDD. Grayscale: #3F3F3F. Windows color (decimal): -16293598 or 2253063. OLE color: 2253063.

HSL color Cylindrical-coordinate representation of color #076122: hue angle of 138º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076122 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 97 34 -
CMYK 0.93 0 0.65 0.62
HSL 138º 0.87% 0.2% -
HSV(B) 138º 0.93% 0.38% -
XYZ 4.65 8.71 2.95 -
YUV 62.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 7 97 34 0.93 0 0.65 0.62 138 0.87 0.2
Hex 7 61 22 5D 0 41 3E 8A 57 14
Octal 7 141 42 135 0 101 76 212 127 24
Binary 111 1100001 100010 1011101 0 1000001 111110 10001010 1010111 10100

Color Harmonies of #076122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076122

Black with #076122

Text Example


Text Example

White with #076122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076122; }

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

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

background-color css

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

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

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

border-color css

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

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

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