#008267

Color #008267 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #008267

Tints of Observatory #008267

Color information

#008267 (or 0x008267) is unknown color: approx Observatory. HEX triplet: 00, 82 and 67. RGB value is (0,130,103). Sum of RGB (Red+Green+Blue) = 0+130+103=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #008267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008267 is #FF7D98. Grayscale: #585858. Windows color (decimal): -16743833 or 6783488. OLE color: 6783488.

HSL color Cylindrical-coordinate representation of color #008267: hue angle of 167.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008267 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB0130103-
CMYK100.210.49
HSL167.54º100%25.49%-
HSV(B)167.54º100%50.98%-
XYZ10.4316.9415.55-
YUV88.05136.4365.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 55.79%
BLUE value IS 103 (40.62% from 255) = 44.21%
R=0%
G=55.79%
B=44.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130103100.210.49167.5410025.49
Hex082676401531a86419
Octal02021471440256125014431
Binary0100000101100111110010001010111000110101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008267; }

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

 H1.HeaderClassName
 {
   color: #008267;
 }
 .AnyTagClassName
 {
   color: #008267;
 }
</style>
background-color css

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

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

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

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

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

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