Html Css Color HEX #076A20 Crusoe

📋 copy color: '#076A20'

red 7 ◦ green 106 ◦ blue 32

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

Shades of Crusoe #076A20

Tints of Crusoe #076A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 73.1%

 BLUE value IS 32 (12.89% from 255) = 22.07%

R = 4.83%
G = 73.1%
B = 22.07%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#076A20 (or 0x076A20) is known color: Crusoe. HEX triplet: 07, 6A and 20. RGB value is (7,106,32). Sum of RGB (Red+Green+Blue) = 7+106+32=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 106 (41.80% from 255 or 73.10% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 106 - color contains mainly: green. Hex color #076A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076A20 is #F895DF. Grayscale: #444444. Windows color (decimal): -16291296 or 2124295. OLE color: 2124295.

HSL color Cylindrical-coordinate representation of color #076A20: hue angle of 135.15º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A20 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 106 32 -
CMYK 0.93 0 0.70 0.58
HSL 135.15º 0.88% 0.22% -
HSV(B) 135.15º 0.93% 0.42% -
XYZ 5.5 10.46 3.1 -
YUV 67.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 7 106 32 0.93 0 0.70 0.58 135.15 0.88 0.22
Hex 7 6A 20 5D 0 46 3A 87 58 16
Octal 7 152 40 135 0 106 72 207 130 26
Binary 111 1101010 100000 1011101 0 1000110 111010 10000111 1011000 10110

Color Harmonies of #076A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A20

Black with #076A20

Text Example


Text Example

White with #076A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076A20; }

 p { color: rgb(7,106,32); }

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

background-color css

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

 a { background-color: rgb(7,106,32); }

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

border-color css

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

 span { border-color: rgb(7,106,32); }

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