Html Css Color HEX #008B74 Observatory

📋 copy color: '#008B74'

red 0 ◦ green 139 ◦ blue 116

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

Shades of Observatory #008B74

Tints of Observatory #008B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 54.51%

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

R = 0%
G = 54.51%
B = 45.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#008B74 (or 0x008B74) is known color: Observatory. HEX triplet: 00, 8B and 74. RGB value is (0,139,116). Sum of RGB (Red+Green+Blue) = 0+139+116=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 139 (54.69% from 255 or 54.51% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 139 - color contains mainly: green. Hex color #008B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B74 is #FF748B. Grayscale: #5E5E5E. Windows color (decimal): -16741516 or 7637760. OLE color: 7637760.

HSL color Cylindrical-coordinate representation of color #008B74: hue angle of 170.07º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B74 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 116 -
CMYK 1 0 0.17 0.45
HSL 170.07º 1% 0.27% -
HSV(B) 170.07º 1% 0.55% -
XYZ 12.39 19.73 19.68 -
YUV 94.82 139.95 60.37 -
System Red Green Blue C M Y K H S L
Decimal 0 139 116 1 0 0.17 0.45 170.07 1 0.27
Hex 0 8B 74 64 0 11 2D AA 64 1B
Octal 0 213 164 144 0 21 55 252 144 33
Binary 0 10001011 1110100 1100100 0 10001 101101 10101010 1100100 11011

Color Harmonies of #008B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B74

Black with #008B74

Text Example


Text Example

White with #008B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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