Html Css Color HEX #086727 Crusoe

📋 copy color: '#086727'

red 8 ◦ green 103 ◦ blue 39

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

Shades of Crusoe #086727

Tints of Crusoe #086727

RGB

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

 GREEN value IS 103 (40.63% from 255) = 68.67%

 BLUE value IS 39 (15.63% from 255) = 26%

R = 5.33%
G = 68.67%
B = 26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#086727 (or 0x086727) is known color: Crusoe. HEX triplet: 08, 67 and 27. RGB value is (8,103,39). Sum of RGB (Red+Green+Blue) = 8+103+39=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #086727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086727 is #F798D8. Grayscale: #434343. Windows color (decimal): -16226521 or 2582280. OLE color: 2582280.

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

Color convert

RGB 8 103 39 -
CMYK 0.92 0 0.62 0.60
HSL 139.58º 0.86% 0.22% -
HSV(B) 139.58º 0.92% 0.4% -
XYZ 5.32 9.9 3.55 -
YUV 67.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 8 103 39 0.92 0 0.62 0.60 139.58 0.86 0.22
Hex 8 67 27 5C 0 3E 3C 8C 56 16
Octal 10 147 47 134 0 76 74 214 126 26
Binary 1000 1100111 100111 1011100 0 111110 111100 10001100 1010110 10110

Color Harmonies of #086727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086727

Black with #086727

Text Example


Text Example

White with #086727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086727; }

 p { color: rgb(8,103,39); }

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

background-color css

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

 a { background-color: rgb(8,103,39); }

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

border-color css

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

 span { border-color: rgb(8,103,39); }

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