Html Css Color HEX #07856F Observatory

📋 copy color: '#07856F'

red 7 ◦ green 133 ◦ blue 111

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

Shades of Observatory #07856F

Tints of Observatory #07856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 2.79%
G = 52.99%
B = 44.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#07856F (or 0x07856F) is known color: Observatory. HEX triplet: 07, 85 and 6F. RGB value is (7,133,111). Sum of RGB (Red+Green+Blue) = 7+133+111=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #07856F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07856F is #F87A90. Grayscale: #5C5C5C. Windows color (decimal): -16284305 or 7308551. OLE color: 7308551.

HSL color Cylindrical-coordinate representation of color #07856F: hue angle of 169.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 #07856F is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 111 -
CMYK 0.95 0 0.17 0.48
HSL 169.52º 0.9% 0.27% -
HSV(B) 169.52º 0.95% 0.52% -
XYZ 11.34 17.97 17.91 -
YUV 92.82 138.26 66.79 -
System Red Green Blue C M Y K H S L
Decimal 7 133 111 0.95 0 0.17 0.48 169.52 0.9 0.27
Hex 7 85 6F 5F 0 11 30 AA 5A 1B
Octal 7 205 157 137 0 21 60 252 132 33
Binary 111 10000101 1101111 1011111 0 10001 110000 10101010 1011010 11011

Color Harmonies of #07856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07856F

Black with #07856F

Text Example


Text Example

White with #07856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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