Html Css Color HEX #07855C Deep Sea

📋 copy color: '#07855C'

red 7 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #07855C

Tints of Deep Sea #07855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 3.02%
G = 57.33%
B = 39.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#07855C (or 0x07855C) is known color: Deep Sea. HEX triplet: 07, 85 and 5C. RGB value is (7,133,92). Sum of RGB (Red+Green+Blue) = 7+133+92=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #07855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07855C is #F87AA3. Grayscale: #5A5A5A. Windows color (decimal): -16284324 or 6063367. OLE color: 6063367.

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

Color convert

RGB 7 133 92 -
CMYK 0.95 0 0.31 0.48
HSL 160.48º 0.9% 0.27% -
HSV(B) 160.48º 0.95% 0.52% -
XYZ 10.41 17.59 12.97 -
YUV 90.65 128.76 68.33 -
System Red Green Blue C M Y K H S L
Decimal 7 133 92 0.95 0 0.31 0.48 160.48 0.9 0.27
Hex 7 85 5C 5F 0 1F 30 A0 5A 1B
Octal 7 205 134 137 0 37 60 240 132 33
Binary 111 10000101 1011100 1011111 0 11111 110000 10100000 1011010 11011

Color Harmonies of #07855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07855C

Black with #07855C

Text Example


Text Example

White with #07855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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