Html Css Color HEX #076B20 Crusoe

📋 copy color: '#076B20'

red 7 ◦ green 107 ◦ blue 32

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

Shades of Crusoe #076B20

Tints of Crusoe #076B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 73.29%

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

R = 4.79%
G = 73.29%
B = 21.92%

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

#076B20 (or 0x076B20) is known color: Crusoe. HEX triplet: 07, 6B and 20. RGB value is (7,107,32). Sum of RGB (Red+Green+Blue) = 7+107+32=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 107 (42.19% from 255 or 73.29% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 107 - color contains mainly: green. Hex color #076B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B20 is #F894DF. Grayscale: #444444. Windows color (decimal): -16291040 or 2124551. OLE color: 2124551.

HSL color Cylindrical-coordinate representation of color #076B20: hue angle of 135º 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 #076B20 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 107 32 -
CMYK 0.93 0 0.70 0.58
HSL 135º 0.88% 0.22% -
HSV(B) 135º 0.93% 0.42% -
XYZ 5.61 10.66 3.13 -
YUV 68.55 107.37 84.1 -
System Red Green Blue C M Y K H S L
Decimal 7 107 32 0.93 0 0.70 0.58 135 0.88 0.22
Hex 7 6B 20 5D 0 46 3A 87 58 16
Octal 7 153 40 135 0 106 72 207 130 26
Binary 111 1101011 100000 1011101 0 1000110 111010 10000111 1011000 10110

Color Harmonies of #076B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B20

Black with #076B20

Text Example


Text Example

White with #076B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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