Html Css Color HEX #018267 Observatory

📋 copy color: '#018267'

red 1 ◦ green 130 ◦ blue 103

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

Shades of Observatory #018267

Tints of Observatory #018267

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 130 (51.17% from 255) = 55.56%

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

R = 0.43%
G = 55.56%
B = 44.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#018267 (or 0x018267) is known color: Observatory. HEX triplet: 01, 82 and 67. RGB value is (1,130,103). Sum of RGB (Red+Green+Blue) = 1+130+103=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #018267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018267 is #FE7D98. Grayscale: #585858. Windows color (decimal): -16678297 or 6783489. OLE color: 6783489.

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

Color convert

RGB 1 130 103 -
CMYK 0.99 0 0.21 0.49
HSL 167.44º 0.98% 0.26% -
HSV(B) 167.44º 0.99% 0.51% -
XYZ 10.44 16.95 15.55 -
YUV 88.35 136.26 65.7 -
System Red Green Blue C M Y K H S L
Decimal 1 130 103 0.99 0 0.21 0.49 167.44 0.98 0.26
Hex 1 82 67 63 0 15 31 A7 62 1A
Octal 1 202 147 143 0 25 61 247 142 32
Binary 1 10000010 1100111 1100011 0 10101 110001 10100111 1100010 11010

Color Harmonies of #018267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018267

Black with #018267

Text Example


Text Example

White with #018267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018267; }

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

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

background-color css

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

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

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

border-color css

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

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

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