Html Css Color HEX #086625 Crusoe

📋 copy color: '#086625'

red 8 ◦ green 102 ◦ blue 37

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

Shades of Crusoe #086625

Tints of Crusoe #086625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 5.44%
G = 69.39%
B = 25.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#086625 (or 0x086625) is known color: Crusoe. HEX triplet: 08, 66 and 25. RGB value is (8,102,37). Sum of RGB (Red+Green+Blue) = 8+102+37=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 102 (40.23% from 255 or 69.39% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 102 - color contains mainly: green. Hex color #086625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086625 is #F799DA. Grayscale: #424242. Windows color (decimal): -16226779 or 2450952. OLE color: 2450952.

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

Color convert

RGB 8 102 37 -
CMYK 0.92 0 0.64 0.6
HSL 138.51º 0.85% 0.22% -
HSV(B) 138.51º 0.92% 0.4% -
XYZ 5.19 9.69 3.35 -
YUV 66.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 8 102 37 0.92 0 0.64 0.6 138.51 0.85 0.22
Hex 8 66 25 5C 0 40 3C 8B 55 16
Octal 10 146 45 134 0 100 74 213 125 26
Binary 1000 1100110 100101 1011100 0 1000000 111100 10001011 1010101 10110

Color Harmonies of #086625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086625

Black with #086625

Text Example


Text Example

White with #086625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086625; }

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

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

background-color css

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

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

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

border-color css

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

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

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