Html Css Color HEX #00916E Observatory

📋 copy color: '#00916E'

red 0 ◦ green 145 ◦ blue 110

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

Shades of Observatory #00916E

Tints of Observatory #00916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 0%
G = 56.86%
B = 43.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#00916E (or 0x00916E) is known color: Observatory. HEX triplet: 00, 91 and 6E. RGB value is (0,145,110). Sum of RGB (Red+Green+Blue) = 0+145+110=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #00916E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00916E is #FF6E91. Grayscale: #616161. Windows color (decimal): -16739986 or 7246080. OLE color: 7246080.

HSL color Cylindrical-coordinate representation of color #00916E: hue angle of 165.52º 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 #00916E is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 145 110 -
CMYK 1 0 0.24 0.43
HSL 165.52º 1% 0.28% -
HSV(B) 165.52º 1% 0.57% -
XYZ 12.94 21.38 18.2 -
YUV 97.66 134.96 58.35 -
System Red Green Blue C M Y K H S L
Decimal 0 145 110 1 0 0.24 0.43 165.52 1 0.28
Hex 0 91 6E 64 0 18 2B A6 64 1C
Octal 0 221 156 144 0 30 53 246 144 34
Binary 0 10010001 1101110 1100100 0 11000 101011 10100110 1100100 11100

Color Harmonies of #00916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00916E

Black with #00916E

Text Example


Text Example

White with #00916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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