Html Css Color HEX #07885B Deep Sea

📋 copy color: '#07885B'

red 7 ◦ green 136 ◦ blue 91

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

Shades of Deep Sea #07885B

Tints of Deep Sea #07885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 2.99%
G = 58.12%
B = 38.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#07885B (or 0x07885B) is known color: Deep Sea. HEX triplet: 07, 88 and 5B. RGB value is (7,136,91). Sum of RGB (Red+Green+Blue) = 7+136+91=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #07885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07885B is #F877A4. Grayscale: #5C5C5C. Windows color (decimal): -16283557 or 5998599. OLE color: 5998599.

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

Color convert

RGB 7 136 91 -
CMYK 0.95 0 0.33 0.47
HSL 159.07º 0.9% 0.28% -
HSV(B) 159.07º 0.95% 0.53% -
XYZ 10.78 18.41 12.88 -
YUV 92.3 127.26 67.16 -
System Red Green Blue C M Y K H S L
Decimal 7 136 91 0.95 0 0.33 0.47 159.07 0.9 0.28
Hex 7 88 5B 5F 0 21 2F 9F 5A 1C
Octal 7 210 133 137 0 41 57 237 132 34
Binary 111 10001000 1011011 1011111 0 100001 101111 10011111 1011010 11100

Color Harmonies of #07885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07885B

Black with #07885B

Text Example


Text Example

White with #07885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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