Html Css Color HEX #07856D Observatory

📋 copy color: '#07856D'

red 7 ◦ green 133 ◦ blue 109

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

Shades of Observatory #07856D

Tints of Observatory #07856D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.78%

R = 2.81%
G = 53.41%
B = 43.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#07856D (or 0x07856D) is known color: Observatory. HEX triplet: 07, 85 and 6D. RGB value is (7,133,109). Sum of RGB (Red+Green+Blue) = 7+133+109=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #07856D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07856D is #F87A92. Grayscale: #5C5C5C. Windows color (decimal): -16284307 or 7177479. OLE color: 7177479.

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

Color convert

RGB 7 133 109 -
CMYK 0.95 0 0.18 0.48
HSL 168.57º 0.9% 0.27% -
HSV(B) 168.57º 0.95% 0.52% -
XYZ 11.24 17.92 17.34 -
YUV 92.59 137.26 66.95 -
System Red Green Blue C M Y K H S L
Decimal 7 133 109 0.95 0 0.18 0.48 168.57 0.9 0.27
Hex 7 85 6D 5F 0 12 30 A9 5A 1B
Octal 7 205 155 137 0 22 60 251 132 33
Binary 111 10000101 1101101 1011111 0 10010 110000 10101001 1011010 11011

Color Harmonies of #07856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07856D

Black with #07856D

Text Example


Text Example

White with #07856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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