Html Css Color HEX #086628 Crusoe

📋 copy color: '#086628'

red 8 ◦ green 102 ◦ blue 40

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

Shades of Crusoe #086628

Tints of Crusoe #086628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 68%

 BLUE value IS 40 (16.02% from 255) = 26.67%

R = 5.33%
G = 68%
B = 26.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#086628 (or 0x086628) is known color: Crusoe. HEX triplet: 08, 66 and 28. RGB value is (8,102,40). Sum of RGB (Red+Green+Blue) = 8+102+40=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #086628 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086628 is #F799D7. Grayscale: #424242. Windows color (decimal): -16226776 or 2647560. OLE color: 2647560.

HSL color Cylindrical-coordinate representation of color #086628: hue angle of 140.43º degrees, saturation: 0.85, 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 #086628 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 40 -
CMYK 0.92 0 0.61 0.6
HSL 140.43º 0.85% 0.22% -
HSV(B) 140.43º 0.92% 0.4% -
XYZ 5.23 9.71 3.61 -
YUV 66.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 8 102 40 0.92 0 0.61 0.6 140.43 0.85 0.22
Hex 8 66 28 5C 0 3D 3C 8C 55 16
Octal 10 146 50 134 0 75 74 214 125 26
Binary 1000 1100110 101000 1011100 0 111101 111100 10001100 1010101 10110

Color Harmonies of #086628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086628

Black with #086628

Text Example


Text Example

White with #086628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086628; }

 p { color: rgb(8,102,40); }

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

background-color css

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

 a { background-color: rgb(8,102,40); }

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

border-color css

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

 span { border-color: rgb(8,102,40); }

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