Html Css Color HEX #009268 Observatory

📋 copy color: '#009268'

red 0 ◦ green 146 ◦ blue 104

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

Shades of Observatory #009268

Tints of Observatory #009268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.4%

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

R = 0%
G = 58.4%
B = 41.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#009268 (or 0x009268) is known color: Observatory. HEX triplet: 00, 92 and 68. RGB value is (0,146,104). Sum of RGB (Red+Green+Blue) = 0+146+104=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #009268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009268 is #FF6D97. Grayscale: #616161. Windows color (decimal): -16739736 or 6853120. OLE color: 6853120.

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

Color convert

RGB 0 146 104 -
CMYK 1 0 0.29 0.43
HSL 162.74º 1% 0.29% -
HSV(B) 162.74º 1% 0.57% -
XYZ 12.78 21.56 16.58 -
YUV 97.56 131.63 58.42 -
System Red Green Blue C M Y K H S L
Decimal 0 146 104 1 0 0.29 0.43 162.74 1 0.29
Hex 0 92 68 64 0 1D 2B A3 64 1D
Octal 0 222 150 144 0 35 53 243 144 35
Binary 0 10010010 1101000 1100100 0 11101 101011 10100011 1100100 11101

Color Harmonies of #009268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009268

Black with #009268

Text Example


Text Example

White with #009268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009268; }

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

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

background-color css

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

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

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

border-color css

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

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

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