Html Css Color HEX #07885F Deep Sea

📋 copy color: '#07885F'

red 7 ◦ green 136 ◦ blue 95

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

Shades of Deep Sea #07885F

Tints of Deep Sea #07885F

RGB

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

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

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

R = 2.94%
G = 57.14%
B = 39.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#07885F (or 0x07885F) is known color: Deep Sea. HEX triplet: 07, 88 and 5F. RGB value is (7,136,95). Sum of RGB (Red+Green+Blue) = 7+136+95=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #07885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07885F is #F877A0. Grayscale: #5C5C5C. Windows color (decimal): -16283553 or 6260743. OLE color: 6260743.

HSL color Cylindrical-coordinate representation of color #07885F: hue angle of 160.93º 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 #07885F is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 136 95 -
CMYK 0.95 0 0.30 0.47
HSL 160.93º 0.9% 0.28% -
HSV(B) 160.93º 0.95% 0.53% -
XYZ 10.96 18.48 13.82 -
YUV 92.76 129.26 66.83 -
System Red Green Blue C M Y K H S L
Decimal 7 136 95 0.95 0 0.30 0.47 160.93 0.9 0.28
Hex 7 88 5F 5F 0 1E 2F A1 5A 1C
Octal 7 210 137 137 0 36 57 241 132 34
Binary 111 10001000 1011111 1011111 0 11110 101111 10100001 1011010 11100

Color Harmonies of #07885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07885F

Black with #07885F

Text Example


Text Example

White with #07885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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