Html Css Color HEX #085B1A Crusoe

📋 copy color: '#085B1A'

red 8 ◦ green 91 ◦ blue 26

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

Shades of Crusoe #085B1A

Tints of Crusoe #085B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 72.8%

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

R = 6.4%
G = 72.8%
B = 20.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#085B1A (or 0x085B1A) is known color: Crusoe. HEX triplet: 08, 5B and 1A. RGB value is (8,91,26). Sum of RGB (Red+Green+Blue) = 8+91+26=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 91 (35.94% from 255 or 72.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 91 - color contains mainly: green. Hex color #085B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B1A is #F7A4E5. Grayscale: #3A3A3A. Windows color (decimal): -16229606 or 1727240. OLE color: 1727240.

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

Color convert

RGB 8 91 26 -
CMYK 0.91 0 0.71 0.64
HSL 133.01º 0.84% 0.19% -
HSV(B) 133.01º 0.91% 0.36% -
XYZ 4.03 7.61 2.23 -
YUV 58.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 8 91 26 0.91 0 0.71 0.64 133.01 0.84 0.19
Hex 8 5B 1A 5B 0 47 40 85 54 13
Octal 10 133 32 133 0 107 100 205 124 23
Binary 1000 1011011 11010 1011011 0 1000111 1000000 10000101 1010100 10011

Color Harmonies of #085B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B1A

Black with #085B1A

Text Example


Text Example

White with #085B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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