Html Css Color HEX #009368 Observatory

📋 copy color: '#009368'

red 0 ◦ green 147 ◦ blue 104

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

Shades of Observatory #009368

Tints of Observatory #009368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.43%

R = 0%
G = 58.57%
B = 41.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#009368 (or 0x009368) is known color: Observatory. HEX triplet: 00, 93 and 68. RGB value is (0,147,104). Sum of RGB (Red+Green+Blue) = 0+147+104=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #009368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009368 is #FF6C97. Grayscale: #626262. Windows color (decimal): -16739480 or 6853376. OLE color: 6853376.

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

Color convert

RGB 0 147 104 -
CMYK 1 0 0.29 0.42
HSL 162.45º 1% 0.29% -
HSV(B) 162.45º 1% 0.58% -
XYZ 12.93 21.87 16.64 -
YUV 98.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 0 147 104 1 0 0.29 0.42 162.45 1 0.29
Hex 0 93 68 64 0 1D 2A A2 64 1D
Octal 0 223 150 144 0 35 52 242 144 35
Binary 0 10010011 1101000 1100100 0 11101 101010 10100010 1100100 11101

Color Harmonies of #009368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009368

Black with #009368

Text Example


Text Example

White with #009368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009368; }

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

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

background-color css

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

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

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

border-color css

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

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

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