Html Css Color HEX #008A74 Observatory

📋 copy color: '#008A74'

red 0 ◦ green 138 ◦ blue 116

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

Shades of Observatory #008A74

Tints of Observatory #008A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 54.33%

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

R = 0%
G = 54.33%
B = 45.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#008A74 (or 0x008A74) is known color: Observatory. HEX triplet: 00, 8A and 74. RGB value is (0,138,116). Sum of RGB (Red+Green+Blue) = 0+138+116=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #008A74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A74 is #FF758B. Grayscale: #5E5E5E. Windows color (decimal): -16741772 or 7637504. OLE color: 7637504.

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

Color convert

RGB 0 138 116 -
CMYK 1 0 0.16 0.46
HSL 170.43º 1% 0.27% -
HSV(B) 170.43º 1% 0.54% -
XYZ 12.24 19.44 19.63 -
YUV 94.23 140.28 60.79 -
System Red Green Blue C M Y K H S L
Decimal 0 138 116 1 0 0.16 0.46 170.43 1 0.27
Hex 0 8A 74 64 0 10 2E AA 64 1B
Octal 0 212 164 144 0 20 56 252 144 33
Binary 0 10001010 1110100 1100100 0 10000 101110 10101010 1100100 11011

Color Harmonies of #008A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A74

Black with #008A74

Text Example


Text Example

White with #008A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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