Html Css Color HEX #00916D Observatory

📋 copy color: '#00916D'

red 0 ◦ green 145 ◦ blue 109

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

Shades of Observatory #00916D

Tints of Observatory #00916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 0%
G = 57.09%
B = 42.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#00916D (or 0x00916D) is known color: Observatory. HEX triplet: 00, 91 and 6D. RGB value is (0,145,109). Sum of RGB (Red+Green+Blue) = 0+145+109=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #00916D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00916D is #FF6E92. Grayscale: #616161. Windows color (decimal): -16739987 or 7180544. OLE color: 7180544.

HSL color Cylindrical-coordinate representation of color #00916D: hue angle of 165.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00916D is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 109 -
CMYK 1 0 0.25 0.43
HSL 165.1º 1% 0.28% -
HSV(B) 165.1º 1% 0.57% -
XYZ 12.89 21.35 17.91 -
YUV 97.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 0 145 109 1 0 0.25 0.43 165.1 1 0.28
Hex 0 91 6D 64 0 19 2B A5 64 1C
Octal 0 221 155 144 0 31 53 245 144 34
Binary 0 10010001 1101101 1100100 0 11001 101011 10100101 1100100 11100

Color Harmonies of #00916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00916D

Black with #00916D

Text Example


Text Example

White with #00916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00916D; }

 p { color: rgb(0,145,109); }

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

background-color css

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

 a { background-color: rgb(0,145,109); }

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

border-color css

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

 span { border-color: rgb(0,145,109); }

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