Html Css Color HEX #00936A Observatory

📋 copy color: '#00936A'

red 0 ◦ green 147 ◦ blue 106

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

Shades of Observatory #00936A

Tints of Observatory #00936A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.9%

R = 0%
G = 58.1%
B = 41.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#00936A (or 0x00936A) is known color: Observatory. HEX triplet: 00, 93 and 6A. RGB value is (0,147,106). Sum of RGB (Red+Green+Blue) = 0+147+106=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #00936A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00936A is #FF6C95. Grayscale: #626262. Windows color (decimal): -16739478 or 6984448. OLE color: 6984448.

HSL color Cylindrical-coordinate representation of color #00936A: hue angle of 163.27º 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 #00936A is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 106 -
CMYK 1 0 0.28 0.42
HSL 163.27º 1% 0.29% -
HSV(B) 163.27º 1% 0.58% -
XYZ 13.04 21.91 17.18 -
YUV 98.37 132.3 57.83 -
System Red Green Blue C M Y K H S L
Decimal 0 147 106 1 0 0.28 0.42 163.27 1 0.29
Hex 0 93 6A 64 0 1C 2A A3 64 1D
Octal 0 223 152 144 0 34 52 243 144 35
Binary 0 10010011 1101010 1100100 0 11100 101010 10100011 1100100 11101

Color Harmonies of #00936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00936A

Black with #00936A

Text Example


Text Example

White with #00936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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