Html Css Color HEX #075918 Crusoe

📋 copy color: '#075918'

red 7 ◦ green 89 ◦ blue 24

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

Shades of Crusoe #075918

Tints of Crusoe #075918

RGB

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

 GREEN value IS 89 (35.16% from 255) = 74.17%

 BLUE value IS 24 (9.77% from 255) = 20%

R = 5.83%
G = 74.17%
B = 20%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#075918 (or 0x075918) is known color: Crusoe. HEX triplet: 07, 59 and 18. RGB value is (7,89,24). Sum of RGB (Red+Green+Blue) = 7+89+24=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #075918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075918 is #F8A6E7. Grayscale: #393939. Windows color (decimal): -16295656 or 1595655. OLE color: 1595655.

HSL color Cylindrical-coordinate representation of color #075918: hue angle of 132.44º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075918 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 89 24 -
CMYK 0.92 0 0.73 0.65
HSL 132.44º 0.85% 0.19% -
HSV(B) 132.44º 0.92% 0.35% -
XYZ 3.82 7.26 2.06 -
YUV 57.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 7 89 24 0.92 0 0.73 0.65 132.44 0.85 0.19
Hex 7 59 18 5C 0 49 41 84 55 13
Octal 7 131 30 134 0 111 101 204 125 23
Binary 111 1011001 11000 1011100 0 1001001 1000001 10000100 1010101 10011

Color Harmonies of #075918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075918

Black with #075918

Text Example


Text Example

White with #075918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075918; }

 p { color: rgb(7,89,24); }

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

background-color css

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

 a { background-color: rgb(7,89,24); }

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

border-color css

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

 span { border-color: rgb(7,89,24); }

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