Html Css Color HEX #00936B Observatory

📋 copy color: '#00936B'

red 0 ◦ green 147 ◦ blue 107

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

Shades of Observatory #00936B

Tints of Observatory #00936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 0%
G = 57.87%
B = 42.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#00936B (or 0x00936B) is known color: Observatory. HEX triplet: 00, 93 and 6B. RGB value is (0,147,107). Sum of RGB (Red+Green+Blue) = 0+147+107=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #00936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00936B is #FF6C94. Grayscale: #626262. Windows color (decimal): -16739477 or 7049984. OLE color: 7049984.

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

Color convert

RGB 0 147 107 -
CMYK 1 0 0.27 0.42
HSL 163.67º 1% 0.29% -
HSV(B) 163.67º 1% 0.58% -
XYZ 13.09 21.93 17.45 -
YUV 98.49 132.8 57.75 -
System Red Green Blue C M Y K H S L
Decimal 0 147 107 1 0 0.27 0.42 163.67 1 0.29
Hex 0 93 6B 64 0 1B 2A A4 64 1D
Octal 0 223 153 144 0 33 52 244 144 35
Binary 0 10010011 1101011 1100100 0 11011 101010 10100100 1100100 11101

Color Harmonies of #00936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00936B

Black with #00936B

Text Example


Text Example

White with #00936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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