Html Css Color HEX #098A74 Observatory

📋 copy color: '#098A74'

red 9 ◦ green 138 ◦ blue 116

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

Shades of Observatory #098A74

Tints of Observatory #098A74

RGB

 RED value IS 9 (3.91% from 255) = 3.42%

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

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

R = 3.42%
G = 52.47%
B = 44.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#098A74 (or 0x098A74) is known color: Observatory. HEX triplet: 09, 8A and 74. RGB value is (9,138,116). Sum of RGB (Red+Green+Blue) = 9+138+116=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #098A74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098A74 is #F6758B. Grayscale: #606060. Windows color (decimal): -16151948 or 7637513. OLE color: 7637513.

HSL color Cylindrical-coordinate representation of color #098A74: hue angle of 169.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A74 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 138 116 -
CMYK 0.93 0 0.16 0.46
HSL 169.77º 0.88% 0.29% -
HSV(B) 169.77º 0.93% 0.54% -
XYZ 12.35 19.5 19.64 -
YUV 96.92 138.76 65.29 -
System Red Green Blue C M Y K H S L
Decimal 9 138 116 0.93 0 0.16 0.46 169.77 0.88 0.29
Hex 9 8A 74 5D 0 10 2E AA 58 1D
Octal 11 212 164 135 0 20 56 252 130 35
Binary 1001 10001010 1110100 1011101 0 10000 101110 10101010 1011000 11101

Color Harmonies of #098A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098A74

Black with #098A74

Text Example


Text Example

White with #098A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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