Html Css Color HEX #086530 Crusoe

📋 copy color: '#086530'

red 8 ◦ green 101 ◦ blue 48

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

Shades of Crusoe #086530

Tints of Crusoe #086530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 5.1%
G = 64.33%
B = 30.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#086530 (or 0x086530) is known color: Crusoe. HEX triplet: 08, 65 and 30. RGB value is (8,101,48). Sum of RGB (Red+Green+Blue) = 8+101+48=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #086530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086530 is #F79ACF. Grayscale: #434343. Windows color (decimal): -16227024 or 3171592. OLE color: 3171592.

HSL color Cylindrical-coordinate representation of color #086530: hue angle of 145.81º 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 #086530 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 48 -
CMYK 0.92 0 0.52 0.60
HSL 145.81º 0.85% 0.21% -
HSV(B) 145.81º 0.92% 0.4% -
XYZ 5.29 9.57 4.37 -
YUV 67.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 8 101 48 0.92 0 0.52 0.60 145.81 0.85 0.21
Hex 8 65 30 5C 0 34 3C 92 55 15
Octal 10 145 60 134 0 64 74 222 125 25
Binary 1000 1100101 110000 1011100 0 110100 111100 10010010 1010101 10101

Color Harmonies of #086530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086530

Black with #086530

Text Example


Text Example

White with #086530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086530; }

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

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

background-color css

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

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

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

border-color css

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

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

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