Html Css Color HEX #07885D Deep Sea

📋 copy color: '#07885D'

red 7 ◦ green 136 ◦ blue 93

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

Shades of Deep Sea #07885D

Tints of Deep Sea #07885D

RGB

 RED value IS 7 (3.13% from 255) = 2.97%

 GREEN value IS 136 (53.52% from 255) = 57.63%

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

R = 2.97%
G = 57.63%
B = 39.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#07885D (or 0x07885D) is known color: Deep Sea. HEX triplet: 07, 88 and 5D. RGB value is (7,136,93). Sum of RGB (Red+Green+Blue) = 7+136+93=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #07885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07885D is #F877A2. Grayscale: #5C5C5C. Windows color (decimal): -16283555 or 6129671. OLE color: 6129671.

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

Color convert

RGB 7 136 93 -
CMYK 0.95 0 0.32 0.47
HSL 160º 0.9% 0.28% -
HSV(B) 160º 0.95% 0.53% -
XYZ 10.87 18.44 13.34 -
YUV 92.53 128.26 67 -
System Red Green Blue C M Y K H S L
Decimal 7 136 93 0.95 0 0.32 0.47 160 0.9 0.28
Hex 7 88 5D 5F 0 20 2F A0 5A 1C
Octal 7 210 135 137 0 40 57 240 132 34
Binary 111 10001000 1011101 1011111 0 100000 101111 10100000 1011010 11100

Color Harmonies of #07885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07885D

Black with #07885D

Text Example


Text Example

White with #07885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,136,93); }

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

background-color css

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

 a { background-color: rgb(7,136,93); }

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

border-color css

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

 span { border-color: rgb(7,136,93); }

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