Html Css Color HEX #07956C Observatory

📋 copy color: '#07956C'

red 7 ◦ green 149 ◦ blue 108

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

Shades of Observatory #07956C

Tints of Observatory #07956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.44%

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

R = 2.65%
G = 56.44%
B = 40.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#07956C (or 0x07956C) is known color: Observatory. HEX triplet: 07, 95 and 6C. RGB value is (7,149,108). Sum of RGB (Red+Green+Blue) = 7+149+108=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #07956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07956C is #F86A93. Grayscale: #656565. Windows color (decimal): -16280212 or 7116039. OLE color: 7116039.

HSL color Cylindrical-coordinate representation of color #07956C: hue angle of 162.68º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07956C is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 149 108 -
CMYK 0.95 0 0.28 0.42
HSL 162.68º 0.91% 0.31% -
HSV(B) 162.68º 0.95% 0.58% -
XYZ 13.54 22.62 17.84 -
YUV 101.87 131.46 60.33 -
System Red Green Blue C M Y K H S L
Decimal 7 149 108 0.95 0 0.28 0.42 162.68 0.91 0.31
Hex 7 95 6C 5F 0 1C 2A A3 5B 1F
Octal 7 225 154 137 0 34 52 243 133 37
Binary 111 10010101 1101100 1011111 0 11100 101010 10100011 1011011 11111

Color Harmonies of #07956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07956C

Black with #07956C

Text Example


Text Example

White with #07956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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