Html Css Color HEX #075817 Crusoe

📋 copy color: '#075817'

red 7 ◦ green 88 ◦ blue 23

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

Shades of Crusoe #075817

Tints of Crusoe #075817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 74.58%

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

R = 5.93%
G = 74.58%
B = 19.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#075817 (or 0x075817) is known color: Crusoe. HEX triplet: 07, 58 and 17. RGB value is (7,88,23). Sum of RGB (Red+Green+Blue) = 7+88+23=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #075817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075817 is #F8A7E8. Grayscale: #383838. Windows color (decimal): -16295913 or 1529863. OLE color: 1529863.

HSL color Cylindrical-coordinate representation of color #075817: hue angle of 131.85º 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 #075817 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 23 -
CMYK 0.92 0 0.74 0.65
HSL 131.85º 0.85% 0.19% -
HSV(B) 131.85º 0.92% 0.35% -
XYZ 3.73 7.09 1.98 -
YUV 56.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 7 88 23 0.92 0 0.74 0.65 131.85 0.85 0.19
Hex 7 58 17 5C 0 4A 41 84 55 13
Octal 7 130 27 134 0 112 101 204 125 23
Binary 111 1011000 10111 1011100 0 1001010 1000001 10000100 1010101 10011

Color Harmonies of #075817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075817

Black with #075817

Text Example


Text Example

White with #075817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075817; }

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

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

background-color css

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

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

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

border-color css

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

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

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