Html Css Color HEX #07856C Observatory

📋 copy color: '#07856C'

red 7 ◦ green 133 ◦ blue 108

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

Shades of Observatory #07856C

Tints of Observatory #07856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 2.82%
G = 53.63%
B = 43.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#07856C (or 0x07856C) is known color: Observatory. HEX triplet: 07, 85 and 6C. RGB value is (7,133,108). Sum of RGB (Red+Green+Blue) = 7+133+108=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #07856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07856C is #F87A93. Grayscale: #5C5C5C. Windows color (decimal): -16284308 or 7111943. OLE color: 7111943.

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

Color convert

RGB 7 133 108 -
CMYK 0.95 0 0.19 0.48
HSL 168.1º 0.9% 0.27% -
HSV(B) 168.1º 0.95% 0.52% -
XYZ 11.18 17.9 17.05 -
YUV 92.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 7 133 108 0.95 0 0.19 0.48 168.1 0.9 0.27
Hex 7 85 6C 5F 0 13 30 A8 5A 1B
Octal 7 205 154 137 0 23 60 250 132 33
Binary 111 10000101 1101100 1011111 0 10011 110000 10101000 1011010 11011

Color Harmonies of #07856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07856C

Black with #07856C

Text Example


Text Example

White with #07856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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