Html Css Color HEX #07855D Deep Sea

📋 copy color: '#07855D'

red 7 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #07855D

Tints of Deep Sea #07855D

RGB

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

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

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

R = 3%
G = 57.08%
B = 39.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#07855D (or 0x07855D) is known color: Deep Sea. HEX triplet: 07, 85 and 5D. RGB value is (7,133,93). Sum of RGB (Red+Green+Blue) = 7+133+93=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #07855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07855D is #F87AA2. Grayscale: #5A5A5A. Windows color (decimal): -16284323 or 6128903. OLE color: 6128903.

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

Color convert

RGB 7 133 93 -
CMYK 0.95 0 0.30 0.48
HSL 160.95º 0.9% 0.27% -
HSV(B) 160.95º 0.95% 0.52% -
XYZ 10.45 17.61 13.2 -
YUV 90.77 129.26 68.25 -
System Red Green Blue C M Y K H S L
Decimal 7 133 93 0.95 0 0.30 0.48 160.95 0.9 0.27
Hex 7 85 5D 5F 0 1E 30 A1 5A 1B
Octal 7 205 135 137 0 36 60 241 132 33
Binary 111 10000101 1011101 1011111 0 11110 110000 10100001 1011010 11011

Color Harmonies of #07855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07855D

Black with #07855D

Text Example


Text Example

White with #07855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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