Html Css Color HEX #085D12 Crusoe

📋 copy color: '#085D12'

red 8 ◦ green 93 ◦ blue 18

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

Shades of Crusoe #085D12

Tints of Crusoe #085D12

RGB

 RED value IS 8 (3.52% from 255) = 6.72%

 GREEN value IS 93 (36.72% from 255) = 78.15%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 6.72%
G = 78.15%
B = 15.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#085D12 (or 0x085D12) is known color: Crusoe. HEX triplet: 08, 5D and 12. RGB value is (8,93,18). Sum of RGB (Red+Green+Blue) = 8+93+18=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 93 (36.72% from 255 or 78.15% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 93 - color contains mainly: green. Hex color #085D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D12 is #F7A2ED. Grayscale: #3B3B3B. Windows color (decimal): -16229102 or 1203464. OLE color: 1203464.

HSL color Cylindrical-coordinate representation of color #085D12: hue angle of 127.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D12 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 18 -
CMYK 0.91 0 0.81 0.64
HSL 127.06º 0.84% 0.2% -
HSV(B) 127.06º 0.91% 0.36% -
XYZ 4.12 7.92 1.88 -
YUV 59.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 8 93 18 0.91 0 0.81 0.64 127.06 0.84 0.2
Hex 8 5D 12 5B 0 51 40 7F 54 14
Octal 10 135 22 133 0 121 100 177 124 24
Binary 1000 1011101 10010 1011011 0 1010001 1000000 1111111 1010100 10100

Color Harmonies of #085D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D12

Black with #085D12

Text Example


Text Example

White with #085D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085D12; }

 p { color: rgb(8,93,18); }

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

background-color css

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

 a { background-color: rgb(8,93,18); }

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

border-color css

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

 span { border-color: rgb(8,93,18); }

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