Html Css Color HEX #085E1A Crusoe

📋 copy color: '#085E1A'

red 8 ◦ green 94 ◦ blue 26

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

Shades of Crusoe #085E1A

Tints of Crusoe #085E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 73.44%

 BLUE value IS 26 (10.55% from 255) = 20.31%

R = 6.25%
G = 73.44%
B = 20.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#085E1A (or 0x085E1A) is known color: Crusoe. HEX triplet: 08, 5E and 1A. RGB value is (8,94,26). Sum of RGB (Red+Green+Blue) = 8+94+26=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #085E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E1A is #F7A1E5. Grayscale: #3C3C3C. Windows color (decimal): -16228838 or 1728008. OLE color: 1728008.

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

Color convert

RGB 8 94 26 -
CMYK 0.91 0 0.72 0.63
HSL 132.56º 0.84% 0.2% -
HSV(B) 132.56º 0.91% 0.37% -
XYZ 4.29 8.13 2.32 -
YUV 60.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 8 94 26 0.91 0 0.72 0.63 132.56 0.84 0.2
Hex 8 5E 1A 5B 0 48 3F 85 54 14
Octal 10 136 32 133 0 110 77 205 124 24
Binary 1000 1011110 11010 1011011 0 1001000 111111 10000101 1010100 10100

Color Harmonies of #085E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E1A

Black with #085E1A

Text Example


Text Example

White with #085E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,26); }

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

background-color css

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

 a { background-color: rgb(8,94,26); }

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

border-color css

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

 span { border-color: rgb(8,94,26); }

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