Html Css Color HEX #076024 Crusoe

📋 copy color: '#076024'

red 7 ◦ green 96 ◦ blue 36

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

Shades of Crusoe #076024

Tints of Crusoe #076024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.06%

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

R = 5.04%
G = 69.06%
B = 25.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#076024 (or 0x076024) is known color: Crusoe. HEX triplet: 07, 60 and 24. RGB value is (7,96,36). Sum of RGB (Red+Green+Blue) = 7+96+36=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #076024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076024 is #F89FDB. Grayscale: #3E3E3E. Windows color (decimal): -16293852 or 2383879. OLE color: 2383879.

HSL color Cylindrical-coordinate representation of color #076024: hue angle of 139.55º degrees, saturation: 0.86, 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 #076024 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 96 36 -
CMYK 0.93 0 0.62 0.62
HSL 139.55º 0.86% 0.2% -
HSV(B) 139.55º 0.93% 0.38% -
XYZ 4.59 8.54 3.08 -
YUV 62.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 7 96 36 0.93 0 0.62 0.62 139.55 0.86 0.2
Hex 7 60 24 5D 0 3E 3E 8C 56 14
Octal 7 140 44 135 0 76 76 214 126 24
Binary 111 1100000 100100 1011101 0 111110 111110 10001100 1010110 10100

Color Harmonies of #076024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076024

Black with #076024

Text Example


Text Example

White with #076024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076024; }

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

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

background-color css

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

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

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

border-color css

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

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

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