Html Css Color HEX #009467 Observatory

📋 copy color: '#009467'

red 0 ◦ green 148 ◦ blue 103

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

Shades of Observatory #009467

Tints of Observatory #009467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.96%

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 0%
G = 58.96%
B = 41.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#009467 (or 0x009467) is known color: Observatory. HEX triplet: 00, 94 and 67. RGB value is (0,148,103). Sum of RGB (Red+Green+Blue) = 0+148+103=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #009467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009467 is #FF6B98. Grayscale: #626262. Windows color (decimal): -16739225 or 6788096. OLE color: 6788096.

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

Color convert

RGB 0 148 103 -
CMYK 1 0 0.30 0.42
HSL 161.76º 1% 0.29% -
HSV(B) 161.76º 1% 0.58% -
XYZ 13.04 22.16 16.42 -
YUV 98.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 0 148 103 1 0 0.30 0.42 161.76 1 0.29
Hex 0 94 67 64 0 1E 2A A2 64 1D
Octal 0 224 147 144 0 36 52 242 144 35
Binary 0 10010100 1100111 1100100 0 11110 101010 10100010 1100100 11101

Color Harmonies of #009467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009467

Black with #009467

Text Example


Text Example

White with #009467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009467; }

 p { color: rgb(0,148,103); }

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

background-color css

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

 a { background-color: rgb(0,148,103); }

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

border-color css

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

 span { border-color: rgb(0,148,103); }

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