Html Css Color HEX #07855A Deep Sea

📋 copy color: '#07855A'

red 7 ◦ green 133 ◦ blue 90

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

Shades of Deep Sea #07855A

Tints of Deep Sea #07855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.83%

 BLUE value IS 90 (35.55% from 255) = 39.13%

R = 3.04%
G = 57.83%
B = 39.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#07855A (or 0x07855A) is known color: Deep Sea. HEX triplet: 07, 85 and 5A. RGB value is (7,133,90). Sum of RGB (Red+Green+Blue) = 7+133+90=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #07855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07855A is #F87AA5. Grayscale: #5A5A5A. Windows color (decimal): -16284326 or 5932295. OLE color: 5932295.

HSL color Cylindrical-coordinate representation of color #07855A: hue angle of 159.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07855A is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 90 -
CMYK 0.95 0 0.32 0.48
HSL 159.52º 0.9% 0.27% -
HSV(B) 159.52º 0.95% 0.52% -
XYZ 10.32 17.56 12.52 -
YUV 90.42 127.76 68.5 -
System Red Green Blue C M Y K H S L
Decimal 7 133 90 0.95 0 0.32 0.48 159.52 0.9 0.27
Hex 7 85 5A 5F 0 20 30 A0 5A 1B
Octal 7 205 132 137 0 40 60 240 132 33
Binary 111 10000101 1011010 1011111 0 100000 110000 10100000 1011010 11011

Color Harmonies of #07855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07855A

Black with #07855A

Text Example


Text Example

White with #07855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07855A; }

 p { color: rgb(7,133,90); }

 H1.HeaderClassName
 {
   color: #07855A;
 }
 .AnyTagClassName
 {
   color: #07855A;
 }
</style>

background-color css

<style>
 a { background-color: #07855A; }

 a { background-color: rgb(7,133,90); }

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

border-color css

<style>
 span { border-color: #07855A; }

 span { border-color: rgb(7,133,90); }

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