Html Css Color HEX #086523 Crusoe

📋 copy color: '#086523'

red 8 ◦ green 101 ◦ blue 35

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

Shades of Crusoe #086523

Tints of Crusoe #086523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 70.14%

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

R = 5.56%
G = 70.14%
B = 24.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#086523 (or 0x086523) is known color: Crusoe. HEX triplet: 08, 65 and 23. RGB value is (8,101,35). Sum of RGB (Red+Green+Blue) = 8+101+35=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #086523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086523 is #F79ADC. Grayscale: #414141. Windows color (decimal): -16227037 or 2319624. OLE color: 2319624.

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

Color convert

RGB 8 101 35 -
CMYK 0.92 0 0.65 0.60
HSL 137.42º 0.85% 0.21% -
HSV(B) 137.42º 0.92% 0.4% -
XYZ 5.06 9.48 3.15 -
YUV 65.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 8 101 35 0.92 0 0.65 0.60 137.42 0.85 0.21
Hex 8 65 23 5C 0 41 3C 89 55 15
Octal 10 145 43 134 0 101 74 211 125 25
Binary 1000 1100101 100011 1011100 0 1000001 111100 10001001 1010101 10101

Color Harmonies of #086523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086523

Black with #086523

Text Example


Text Example

White with #086523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086523; }

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

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

background-color css

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

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

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

border-color css

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

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

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