Html Css Color HEX #076222 Crusoe

📋 copy color: '#076222'

red 7 ◦ green 98 ◦ blue 34

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

Shades of Crusoe #076222

Tints of Crusoe #076222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 70.5%

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

R = 5.04%
G = 70.5%
B = 24.46%

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

#076222 (or 0x076222) is known color: Crusoe. HEX triplet: 07, 62 and 22. RGB value is (7,98,34). Sum of RGB (Red+Green+Blue) = 7+98+34=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #076222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076222 is #F89DDD. Grayscale: #3F3F3F. Windows color (decimal): -16293342 or 2253319. OLE color: 2253319.

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

Color convert

RGB 7 98 34 -
CMYK 0.93 0 0.65 0.62
HSL 137.8º 0.87% 0.21% -
HSV(B) 137.8º 0.93% 0.38% -
XYZ 4.74 8.9 2.98 -
YUV 63.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 7 98 34 0.93 0 0.65 0.62 137.8 0.87 0.21
Hex 7 62 22 5D 0 41 3E 8A 57 15
Octal 7 142 42 135 0 101 76 212 127 25
Binary 111 1100010 100010 1011101 0 1000001 111110 10001010 1010111 10101

Color Harmonies of #076222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076222

Black with #076222

Text Example


Text Example

White with #076222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076222; }

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

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

background-color css

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

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

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

border-color css

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

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

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