Html Css Color HEX #008574 Observatory

📋 copy color: '#008574'

red 0 ◦ green 133 ◦ blue 116

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

Shades of Observatory #008574

Tints of Observatory #008574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 0%
G = 53.41%
B = 46.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#008574 (or 0x008574) is known color: Observatory. HEX triplet: 00, 85 and 74. RGB value is (0,133,116). Sum of RGB (Red+Green+Blue) = 0+133+116=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #008574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008574 is #FF7A8B. Grayscale: #5B5B5B. Windows color (decimal): -16743052 or 7636224. OLE color: 7636224.

HSL color Cylindrical-coordinate representation of color #008574: hue angle of 172.33º 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 #008574 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 116 -
CMYK 1 0 0.13 0.48
HSL 172.33º 1% 0.26% -
HSV(B) 172.33º 1% 0.52% -
XYZ 11.54 18.04 19.4 -
YUV 91.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 0 133 116 1 0 0.13 0.48 172.33 1 0.26
Hex 0 85 74 64 0 D 30 AC 64 1A
Octal 0 205 164 144 0 15 60 254 144 32
Binary 0 10000101 1110100 1100100 0 1101 110000 10101100 1100100 11010

Color Harmonies of #008574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008574

Black with #008574

Text Example


Text Example

White with #008574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008574; }

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

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

background-color css

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

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

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

border-color css

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

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

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