Html Css Color HEX #008571 Observatory

📋 copy color: '#008571'

red 0 ◦ green 133 ◦ blue 113

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

Shades of Observatory #008571

Tints of Observatory #008571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.07%

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 0%
G = 54.07%
B = 45.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#008571 (or 0x008571) is known color: Observatory. HEX triplet: 00, 85 and 71. RGB value is (0,133,113). Sum of RGB (Red+Green+Blue) = 0+133+113=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #008571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008571 is #FF7A8E. Grayscale: #5A5A5A. Windows color (decimal): -16743055 or 7439616. OLE color: 7439616.

HSL color Cylindrical-coordinate representation of color #008571: hue angle of 170.98º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008571 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 113 -
CMYK 1 0 0.15 0.48
HSL 170.98º 1% 0.26% -
HSV(B) 170.98º 1% 0.52% -
XYZ 11.37 17.97 18.49 -
YUV 90.95 140.44 63.13 -
System Red Green Blue C M Y K H S L
Decimal 0 133 113 1 0 0.15 0.48 170.98 1 0.26
Hex 0 85 71 64 0 F 30 AB 64 1A
Octal 0 205 161 144 0 17 60 253 144 32
Binary 0 10000101 1110001 1100100 0 1111 110000 10101011 1100100 11010

Color Harmonies of #008571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008571

Black with #008571

Text Example


Text Example

White with #008571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008571; }

 p { color: rgb(0,133,113); }

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

background-color css

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

 a { background-color: rgb(0,133,113); }

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

border-color css

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

 span { border-color: rgb(0,133,113); }

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