Html Css Color HEX #00966F Observatory

📋 copy color: '#00966F'

red 0 ◦ green 150 ◦ blue 111

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

Shades of Observatory #00966F

Tints of Observatory #00966F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 150 (58.98% from 255) = 57.47%

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 0%
G = 57.47%
B = 42.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#00966F (or 0x00966F) is known color: Observatory. HEX triplet: 00, 96 and 6F. RGB value is (0,150,111). Sum of RGB (Red+Green+Blue) = 0+150+111=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #00966F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00966F is #FF6990. Grayscale: #646464. Windows color (decimal): -16738705 or 7312896. OLE color: 7312896.

HSL color Cylindrical-coordinate representation of color #00966F: hue angle of 164.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00966F is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 150 111 -
CMYK 1 0 0.26 0.41
HSL 164.4º 1% 0.29% -
HSV(B) 164.4º 1% 0.59% -
XYZ 13.78 22.96 18.74 -
YUV 100.7 133.81 56.17 -
System Red Green Blue C M Y K H S L
Decimal 0 150 111 1 0 0.26 0.41 164.4 1 0.29
Hex 0 96 6F 64 0 1A 29 A4 64 1D
Octal 0 226 157 144 0 32 51 244 144 35
Binary 0 10010110 1101111 1100100 0 11010 101001 10100100 1100100 11101

Color Harmonies of #00966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00966F

Black with #00966F

Text Example


Text Example

White with #00966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00966F; }

 p { color: rgb(0,150,111); }

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

background-color css

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

 a { background-color: rgb(0,150,111); }

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

border-color css

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

 span { border-color: rgb(0,150,111); }

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