Html Css Color HEX #086223 Crusoe

📋 copy color: '#086223'

red 8 ◦ green 98 ◦ blue 35

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

Shades of Crusoe #086223

Tints of Crusoe #086223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 69.5%

 BLUE value IS 35 (14.06% from 255) = 24.82%

R = 5.67%
G = 69.5%
B = 24.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#086223 (or 0x086223) is known color: Crusoe. HEX triplet: 08, 62 and 23. RGB value is (8,98,35). Sum of RGB (Red+Green+Blue) = 8+98+35=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #086223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086223 is #F79DDC. Grayscale: #404040. Windows color (decimal): -16227805 or 2318856. OLE color: 2318856.

HSL color Cylindrical-coordinate representation of color #086223: hue angle of 138º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086223 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 98 35 -
CMYK 0.92 0 0.64 0.62
HSL 138º 0.85% 0.21% -
HSV(B) 138º 0.92% 0.38% -
XYZ 4.77 8.91 3.06 -
YUV 63.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 8 98 35 0.92 0 0.64 0.62 138 0.85 0.21
Hex 8 62 23 5C 0 40 3E 8A 55 15
Octal 10 142 43 134 0 100 76 212 125 25
Binary 1000 1100010 100011 1011100 0 1000000 111110 10001010 1010101 10101

Color Harmonies of #086223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086223

Black with #086223

Text Example


Text Example

White with #086223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086223; }

 p { color: rgb(8,98,35); }

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

background-color css

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

 a { background-color: rgb(8,98,35); }

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

border-color css

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

 span { border-color: rgb(8,98,35); }

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