Html Css Color HEX #076B24 Crusoe

📋 copy color: '#076B24'

red 7 ◦ green 107 ◦ blue 36

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

Shades of Crusoe #076B24

Tints of Crusoe #076B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24%

R = 4.67%
G = 71.33%
B = 24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#076B24 (or 0x076B24) is known color: Crusoe. HEX triplet: 07, 6B and 24. RGB value is (7,107,36). Sum of RGB (Red+Green+Blue) = 7+107+36=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #076B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076B24 is #F894DB. Grayscale: #454545. Windows color (decimal): -16291036 or 2386695. OLE color: 2386695.

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

Color convert

RGB 7 107 36 -
CMYK 0.93 0 0.66 0.58
HSL 137.4º 0.88% 0.22% -
HSV(B) 137.4º 0.93% 0.42% -
XYZ 5.66 10.69 3.43 -
YUV 69.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 7 107 36 0.93 0 0.66 0.58 137.4 0.88 0.22
Hex 7 6B 24 5D 0 42 3A 89 58 16
Octal 7 153 44 135 0 102 72 211 130 26
Binary 111 1101011 100100 1011101 0 1000010 111010 10001001 1011000 10110

Color Harmonies of #076B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B24

Black with #076B24

Text Example


Text Example

White with #076B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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