Html Css Color HEX #075617 Crusoe

📋 copy color: '#075617'

red 7 ◦ green 86 ◦ blue 23

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

Shades of Crusoe #075617

Tints of Crusoe #075617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 74.14%

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 6.03%
G = 74.14%
B = 19.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#075617 (or 0x075617) is known color: Crusoe. HEX triplet: 07, 56 and 17. RGB value is (7,86,23). Sum of RGB (Red+Green+Blue) = 7+86+23=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #075617 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075617 is #F8A9E8. Grayscale: #373737. Windows color (decimal): -16296425 or 1529351. OLE color: 1529351.

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

Color convert

RGB 7 86 23 -
CMYK 0.92 0 0.73 0.66
HSL 132.15º 0.85% 0.18% -
HSV(B) 132.15º 0.92% 0.34% -
XYZ 3.57 6.76 1.93 -
YUV 55.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 7 86 23 0.92 0 0.73 0.66 132.15 0.85 0.18
Hex 7 56 17 5C 0 49 42 84 55 12
Octal 7 126 27 134 0 111 102 204 125 22
Binary 111 1010110 10111 1011100 0 1001001 1000010 10000100 1010101 10010

Color Harmonies of #075617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075617

Black with #075617

Text Example


Text Example

White with #075617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075617; }

 p { color: rgb(7,86,23); }

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

background-color css

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

 a { background-color: rgb(7,86,23); }

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

border-color css

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

 span { border-color: rgb(7,86,23); }

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