Html Css Color HEX #008974 Observatory

📋 copy color: '#008974'

red 0 ◦ green 137 ◦ blue 116

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

Shades of Observatory #008974

Tints of Observatory #008974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 54.15%

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

R = 0%
G = 54.15%
B = 45.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#008974 (or 0x008974) is known color: Observatory. HEX triplet: 00, 89 and 74. RGB value is (0,137,116). Sum of RGB (Red+Green+Blue) = 0+137+116=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #008974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008974 is #FF768B. Grayscale: #5D5D5D. Windows color (decimal): -16742028 or 7637248. OLE color: 7637248.

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

Color convert

RGB 0 137 116 -
CMYK 1 0 0.15 0.46
HSL 170.8º 1% 0.27% -
HSV(B) 170.8º 1% 0.54% -
XYZ 12.1 19.15 19.58 -
YUV 93.64 140.61 61.21 -
System Red Green Blue C M Y K H S L
Decimal 0 137 116 1 0 0.15 0.46 170.8 1 0.27
Hex 0 89 74 64 0 F 2E AB 64 1B
Octal 0 211 164 144 0 17 56 253 144 33
Binary 0 10001001 1110100 1100100 0 1111 101110 10101011 1100100 11011

Color Harmonies of #008974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008974

Black with #008974

Text Example


Text Example

White with #008974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008974; }

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

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

background-color css

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

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

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

border-color css

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

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

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