Html Css Color HEX #08875D Deep Sea

📋 copy color: '#08875D'

red 8 ◦ green 135 ◦ blue 93

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

Shades of Deep Sea #08875D

Tints of Deep Sea #08875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 57.2%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 3.39%
G = 57.2%
B = 39.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#08875D (or 0x08875D) is known color: Deep Sea. HEX triplet: 08, 87 and 5D. RGB value is (8,135,93). Sum of RGB (Red+Green+Blue) = 8+135+93=236 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.39% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #08875D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08875D is #F778A2. Grayscale: #5C5C5C. Windows color (decimal): -16218275 or 6129416. OLE color: 6129416.

HSL color Cylindrical-coordinate representation of color #08875D: hue angle of 160.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08875D is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 135 93 -
CMYK 0.94 0 0.31 0.47
HSL 160.16º 0.89% 0.28% -
HSV(B) 160.16º 0.94% 0.53% -
XYZ 10.74 18.17 13.3 -
YUV 92.24 128.42 67.92 -
System Red Green Blue C M Y K H S L
Decimal 8 135 93 0.94 0 0.31 0.47 160.16 0.89 0.28
Hex 8 87 5D 5E 0 1F 2F A0 59 1C
Octal 10 207 135 136 0 37 57 240 131 34
Binary 1000 10000111 1011101 1011110 0 11111 101111 10100000 1011001 11100

Color Harmonies of #08875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08875D

Black with #08875D

Text Example


Text Example

White with #08875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08875D; }

 p { color: rgb(8,135,93); }

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

background-color css

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

 a { background-color: rgb(8,135,93); }

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

border-color css

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

 span { border-color: rgb(8,135,93); }

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