Html Css Color HEX #008267 Observatory

📋 copy color: '#008267'

red 0 ◦ green 130 ◦ blue 103

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

Shades of Observatory #008267

Tints of Observatory #008267

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.63% from 255) = 44.21%

R = 0%
G = 55.79%
B = 44.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#008267 (or 0x008267) is known color: 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

RGB 0 130 103 -
CMYK 1 0 0.21 0.49
HSL 167.54º 1% 0.25% -
HSV(B) 167.54º 1% 0.51% -
XYZ 10.43 16.94 15.55 -
YUV 88.05 136.43 65.2 -
System Red Green Blue C M Y K H S L
Decimal 0 130 103 1 0 0.21 0.49 167.54 1 0.25
Hex 0 82 67 64 0 15 31 A8 64 19
Octal 0 202 147 144 0 25 61 250 144 31
Binary 0 10000010 1100111 1100100 0 10101 110001 10101000 1100100 11001

Color Harmonies of #008267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008267

Black with #008267

Text Example


Text Example

White with #008267

Text Example


Text Example

HTML Codes & Css Web 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>