Html Css Color HEX #08825F Deep Sea

📋 copy color: '#08825F'

red 8 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #08825F

Tints of Deep Sea #08825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.79%

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

R = 3.43%
G = 55.79%
B = 40.77%

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

#08825F (or 0x08825F) is known color: Deep Sea. HEX triplet: 08, 82 and 5F. RGB value is (8,130,95). Sum of RGB (Red+Green+Blue) = 8+130+95=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #08825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08825F is #F77DA0. Grayscale: #595959. Windows color (decimal): -16219553 or 6259208. OLE color: 6259208.

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

Color convert

RGB 8 130 95 -
CMYK 0.94 0 0.27 0.49
HSL 162.79º 0.88% 0.27% -
HSV(B) 162.79º 0.94% 0.51% -
XYZ 10.15 16.84 13.54 -
YUV 89.53 131.08 69.85 -
System Red Green Blue C M Y K H S L
Decimal 8 130 95 0.94 0 0.27 0.49 162.79 0.88 0.27
Hex 8 82 5F 5E 0 1B 31 A3 58 1B
Octal 10 202 137 136 0 33 61 243 130 33
Binary 1000 10000010 1011111 1011110 0 11011 110001 10100011 1011000 11011

Color Harmonies of #08825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08825F

Black with #08825F

Text Example


Text Example

White with #08825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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