Html Css Color HEX #008975 Observatory

📋 copy color: '#008975'

red 0 ◦ green 137 ◦ blue 117

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

Shades of Observatory #008975

Tints of Observatory #008975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 0%
G = 53.94%
B = 46.06%

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

#008975 (or 0x008975) is known color: Observatory. HEX triplet: 00, 89 and 75. RGB value is (0,137,117). Sum of RGB (Red+Green+Blue) = 0+137+117=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #008975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008975 is #FF768A. Grayscale: #5D5D5D. Windows color (decimal): -16742027 or 7702784. OLE color: 7702784.

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

Color convert

RGB 0 137 117 -
CMYK 1 0 0.15 0.46
HSL 171.24º 1% 0.27% -
HSV(B) 171.24º 1% 0.54% -
XYZ 12.16 19.18 19.89 -
YUV 93.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 0 137 117 1 0 0.15 0.46 171.24 1 0.27
Hex 0 89 75 64 0 F 2E AB 64 1B
Octal 0 211 165 144 0 17 56 253 144 33
Binary 0 10001001 1110101 1100100 0 1111 101110 10101011 1100100 11011

Color Harmonies of #008975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008975

Black with #008975

Text Example


Text Example

White with #008975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008975; }

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

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

background-color css

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

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

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

border-color css

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

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

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