Html Css Color HEX #07856A Observatory

📋 copy color: '#07856A'

red 7 ◦ green 133 ◦ blue 106

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

Shades of Observatory #07856A

Tints of Observatory #07856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 2.85%
G = 54.07%
B = 43.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#07856A (or 0x07856A) is known color: Observatory. HEX triplet: 07, 85 and 6A. RGB value is (7,133,106). Sum of RGB (Red+Green+Blue) = 7+133+106=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #07856A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07856A is #F87A95. Grayscale: #5C5C5C. Windows color (decimal): -16284310 or 6980871. OLE color: 6980871.

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

Color convert

RGB 7 133 106 -
CMYK 0.95 0 0.20 0.48
HSL 167.14º 0.9% 0.27% -
HSV(B) 167.14º 0.95% 0.52% -
XYZ 11.08 17.86 16.5 -
YUV 92.25 135.76 67.2 -
System Red Green Blue C M Y K H S L
Decimal 7 133 106 0.95 0 0.20 0.48 167.14 0.9 0.27
Hex 7 85 6A 5F 0 14 30 A7 5A 1B
Octal 7 205 152 137 0 24 60 247 132 33
Binary 111 10000101 1101010 1011111 0 10100 110000 10100111 1011010 11011

Color Harmonies of #07856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07856A

Black with #07856A

Text Example


Text Example

White with #07856A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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