Html Css Color HEX #00936E Observatory

📋 copy color: '#00936E'

red 0 ◦ green 147 ◦ blue 110

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

Shades of Observatory #00936E

Tints of Observatory #00936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.2%

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

R = 0%
G = 57.2%
B = 42.8%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#00936E (or 0x00936E) is known color: Observatory. HEX triplet: 00, 93 and 6E. RGB value is (0,147,110). Sum of RGB (Red+Green+Blue) = 0+147+110=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #00936E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00936E is #FF6C91. Grayscale: #626262. Windows color (decimal): -16739474 or 7246592. OLE color: 7246592.

HSL color Cylindrical-coordinate representation of color #00936E: hue angle of 164.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00936E is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 110 -
CMYK 1 0 0.25 0.42
HSL 164.9º 1% 0.29% -
HSV(B) 164.9º 1% 0.58% -
XYZ 13.25 21.99 18.3 -
YUV 98.83 134.3 57.51 -
System Red Green Blue C M Y K H S L
Decimal 0 147 110 1 0 0.25 0.42 164.9 1 0.29
Hex 0 93 6E 64 0 19 2A A5 64 1D
Octal 0 223 156 144 0 31 52 245 144 35
Binary 0 10010011 1101110 1100100 0 11001 101010 10100101 1100100 11101

Color Harmonies of #00936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00936E

Black with #00936E

Text Example


Text Example

White with #00936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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