Html Css Color HEX #086626 Crusoe

📋 copy color: '#086626'

red 8 ◦ green 102 ◦ blue 38

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

Shades of Crusoe #086626

Tints of Crusoe #086626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 5.41%
G = 68.92%
B = 25.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#086626 (or 0x086626) is known color: Crusoe. HEX triplet: 08, 66 and 26. RGB value is (8,102,38). Sum of RGB (Red+Green+Blue) = 8+102+38=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #086626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086626 is #F799D9. Grayscale: #424242. Windows color (decimal): -16226778 or 2516488. OLE color: 2516488.

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

Color convert

RGB 8 102 38 -
CMYK 0.92 0 0.63 0.6
HSL 139.15º 0.85% 0.22% -
HSV(B) 139.15º 0.92% 0.4% -
XYZ 5.2 9.69 3.43 -
YUV 66.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 8 102 38 0.92 0 0.63 0.6 139.15 0.85 0.22
Hex 8 66 26 5C 0 3F 3C 8B 55 16
Octal 10 146 46 134 0 77 74 213 125 26
Binary 1000 1100110 100110 1011100 0 111111 111100 10001011 1010101 10110

Color Harmonies of #086626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086626

Black with #086626

Text Example


Text Example

White with #086626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086626; }

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

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

background-color css

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

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

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

border-color css

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

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

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