Html Css Color HEX #086122 Crusoe

📋 copy color: '#086122'

red 8 ◦ green 97 ◦ blue 34

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

Shades of Crusoe #086122

Tints of Crusoe #086122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 69.78%

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 5.76%
G = 69.78%
B = 24.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#086122 (or 0x086122) is known color: Crusoe. HEX triplet: 08, 61 and 22. RGB value is (8,97,34). Sum of RGB (Red+Green+Blue) = 8+97+34=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #086122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086122 is #F79EDD. Grayscale: #3F3F3F. Windows color (decimal): -16228062 or 2253064. OLE color: 2253064.

HSL color Cylindrical-coordinate representation of color #086122: hue angle of 137.53º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086122 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 97 34 -
CMYK 0.92 0 0.65 0.62
HSL 137.53º 0.85% 0.21% -
HSV(B) 137.53º 0.92% 0.38% -
XYZ 4.66 8.72 2.95 -
YUV 63.21 111.51 88.62 -
System Red Green Blue C M Y K H S L
Decimal 8 97 34 0.92 0 0.65 0.62 137.53 0.85 0.21
Hex 8 61 22 5C 0 41 3E 8A 55 15
Octal 10 141 42 134 0 101 76 212 125 25
Binary 1000 1100001 100010 1011100 0 1000001 111110 10001010 1010101 10101

Color Harmonies of #086122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086122

Black with #086122

Text Example


Text Example

White with #086122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086122; }

 p { color: rgb(8,97,34); }

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

background-color css

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

 a { background-color: rgb(8,97,34); }

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

border-color css

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

 span { border-color: rgb(8,97,34); }

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