Html Css Color HEX #087129 Crusoe

📋 copy color: '#087129'

red 8 ◦ green 113 ◦ blue 41

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

Shades of Crusoe #087129

Tints of Crusoe #087129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.75%

 BLUE value IS 41 (16.41% from 255) = 25.31%

R = 4.94%
G = 69.75%
B = 25.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#087129 (or 0x087129) is known color: Crusoe. HEX triplet: 08, 71 and 29. RGB value is (8,113,41). Sum of RGB (Red+Green+Blue) = 8+113+41=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #087129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087129 is #F78ED6. Grayscale: #494949. Windows color (decimal): -16223959 or 2715912. OLE color: 2715912.

HSL color Cylindrical-coordinate representation of color #087129: hue angle of 138.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087129 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 113 41 -
CMYK 0.93 0 0.64 0.56
HSL 138.86º 0.87% 0.24% -
HSV(B) 138.86º 0.93% 0.44% -
XYZ 6.41 12.02 4.08 -
YUV 73.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 8 113 41 0.93 0 0.64 0.56 138.86 0.87 0.24
Hex 8 71 29 5D 0 40 38 8B 57 18
Octal 10 161 51 135 0 100 70 213 127 30
Binary 1000 1110001 101001 1011101 0 1000000 111000 10001011 1010111 11000

Color Harmonies of #087129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087129

Black with #087129

Text Example


Text Example

White with #087129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087129; }

 p { color: rgb(8,113,41); }

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

background-color css

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

 a { background-color: rgb(8,113,41); }

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

border-color css

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

 span { border-color: rgb(8,113,41); }

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