Html Css Color HEX #08815F Deep Sea

📋 copy color: '#08815F'

red 8 ◦ green 129 ◦ blue 95

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

Shades of Deep Sea #08815F

Tints of Deep Sea #08815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.6%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 3.45%
G = 55.6%
B = 40.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#08815F (or 0x08815F) is known color: Deep Sea. HEX triplet: 08, 81 and 5F. RGB value is (8,129,95). Sum of RGB (Red+Green+Blue) = 8+129+95=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #08815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08815F is #F77EA0. Grayscale: #585858. Windows color (decimal): -16219809 or 6258952. OLE color: 6258952.

HSL color Cylindrical-coordinate representation of color #08815F: hue angle of 163.14º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08815F is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 129 95 -
CMYK 0.94 0 0.26 0.49
HSL 163.14º 0.88% 0.27% -
HSV(B) 163.14º 0.94% 0.51% -
XYZ 10.02 16.58 13.5 -
YUV 88.95 131.41 70.26 -
System Red Green Blue C M Y K H S L
Decimal 8 129 95 0.94 0 0.26 0.49 163.14 0.88 0.27
Hex 8 81 5F 5E 0 1A 31 A3 58 1B
Octal 10 201 137 136 0 32 61 243 130 33
Binary 1000 10000001 1011111 1011110 0 11010 110001 10100011 1011000 11011

Color Harmonies of #08815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08815F

Black with #08815F

Text Example


Text Example

White with #08815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08815F; }

 p { color: rgb(8,129,95); }

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

background-color css

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

 a { background-color: rgb(8,129,95); }

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

border-color css

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

 span { border-color: rgb(8,129,95); }

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