Html Css Color HEX #078962 Observatory

📋 copy color: '#078962'

red 7 ◦ green 137 ◦ blue 98

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

Shades of Observatory #078962

Tints of Observatory #078962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.61%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 2.89%
G = 56.61%
B = 40.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#078962 (or 0x078962) is known color: Observatory. HEX triplet: 07, 89 and 62. RGB value is (7,137,98). Sum of RGB (Red+Green+Blue) = 7+137+98=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #078962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078962 is #F8769D. Grayscale: #5D5D5D. Windows color (decimal): -16283294 or 6457607. OLE color: 6457607.

HSL color Cylindrical-coordinate representation of color #078962: hue angle of 162º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078962 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 98 -
CMYK 0.95 0 0.28 0.46
HSL 162º 0.9% 0.28% -
HSV(B) 162º 0.95% 0.54% -
XYZ 11.24 18.82 14.6 -
YUV 93.68 130.43 66.17 -
System Red Green Blue C M Y K H S L
Decimal 7 137 98 0.95 0 0.28 0.46 162 0.9 0.28
Hex 7 89 62 5F 0 1C 2E A2 5A 1C
Octal 7 211 142 137 0 34 56 242 132 34
Binary 111 10001001 1100010 1011111 0 11100 101110 10100010 1011010 11100

Color Harmonies of #078962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078962

Black with #078962

Text Example


Text Example

White with #078962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078962; }

 p { color: rgb(7,137,98); }

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

background-color css

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

 a { background-color: rgb(7,137,98); }

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

border-color css

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

 span { border-color: rgb(7,137,98); }

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