Html Css Color HEX #085121 Crusoe

📋 copy color: '#085121'

red 8 ◦ green 81 ◦ blue 33

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

Shades of Crusoe #085121

Tints of Crusoe #085121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 66.39%

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 6.56%
G = 66.39%
B = 27.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#085121 (or 0x085121) is known color: Crusoe. HEX triplet: 08, 51 and 21. RGB value is (8,81,33). Sum of RGB (Red+Green+Blue) = 8+81+33=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #085121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085121 is #F7AEDE. Grayscale: #353535. Windows color (decimal): -16232159 or 2183432. OLE color: 2183432.

HSL color Cylindrical-coordinate representation of color #085121: hue angle of 140.55º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085121 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 81 33 -
CMYK 0.90 0 0.59 0.68
HSL 140.55º 0.82% 0.17% -
HSV(B) 140.55º 0.9% 0.32% -
XYZ 3.32 6.05 2.43 -
YUV 53.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 8 81 33 0.90 0 0.59 0.68 140.55 0.82 0.17
Hex 8 51 21 5A 0 3B 44 8D 52 11
Octal 10 121 41 132 0 73 104 215 122 21
Binary 1000 1010001 100001 1011010 0 111011 1000100 10001101 1010010 10001

Color Harmonies of #085121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085121

Black with #085121

Text Example


Text Example

White with #085121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085121; }

 p { color: rgb(8,81,33); }

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

background-color css

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

 a { background-color: rgb(8,81,33); }

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

border-color css

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

 span { border-color: rgb(8,81,33); }

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