Html Css Color HEX #08835F Deep Sea

📋 copy color: '#08835F'

red 8 ◦ green 131 ◦ blue 95

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

Shades of Deep Sea #08835F

Tints of Deep Sea #08835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.98%

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

R = 3.42%
G = 55.98%
B = 40.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#08835F (or 0x08835F) is known color: Deep Sea. HEX triplet: 08, 83 and 5F. RGB value is (8,131,95). Sum of RGB (Red+Green+Blue) = 8+131+95=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #08835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08835F is #F77CA0. Grayscale: #5A5A5A. Windows color (decimal): -16219297 or 6259464. OLE color: 6259464.

HSL color Cylindrical-coordinate representation of color #08835F: hue angle of 162.44º 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 #08835F is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 95 -
CMYK 0.94 0 0.27 0.49
HSL 162.44º 0.88% 0.27% -
HSV(B) 162.44º 0.94% 0.51% -
XYZ 10.28 17.11 13.59 -
YUV 90.12 130.75 69.43 -
System Red Green Blue C M Y K H S L
Decimal 8 131 95 0.94 0 0.27 0.49 162.44 0.88 0.27
Hex 8 83 5F 5E 0 1B 31 A2 58 1B
Octal 10 203 137 136 0 33 61 242 130 33
Binary 1000 10000011 1011111 1011110 0 11011 110001 10100010 1011000 11011

Color Harmonies of #08835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08835F

Black with #08835F

Text Example


Text Example

White with #08835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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