Html Css Color HEX #098B68 Observatory

📋 copy color: '#098B68'

red 9 ◦ green 139 ◦ blue 104

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

Shades of Observatory #098B68

Tints of Observatory #098B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 3.57%
G = 55.16%
B = 41.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#098B68 (or 0x098B68) is known color: Observatory. HEX triplet: 09, 8B and 68. RGB value is (9,139,104). Sum of RGB (Red+Green+Blue) = 9+139+104=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #098B68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098B68 is #F67497. Grayscale: #606060. Windows color (decimal): -16151704 or 6851337. OLE color: 6851337.

HSL color Cylindrical-coordinate representation of color #098B68: hue angle of 163.85º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B68 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 139 104 -
CMYK 0.94 0 0.25 0.45
HSL 163.85º 0.88% 0.29% -
HSV(B) 163.85º 0.94% 0.55% -
XYZ 11.84 19.52 16.24 -
YUV 96.14 132.43 65.85 -
System Red Green Blue C M Y K H S L
Decimal 9 139 104 0.94 0 0.25 0.45 163.85 0.88 0.29
Hex 9 8B 68 5E 0 19 2D A4 58 1D
Octal 11 213 150 136 0 31 55 244 130 35
Binary 1001 10001011 1101000 1011110 0 11001 101101 10100100 1011000 11101

Color Harmonies of #098B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098B68

Black with #098B68

Text Example


Text Example

White with #098B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,139,104); }

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

background-color css

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

 a { background-color: rgb(9,139,104); }

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

border-color css

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

 span { border-color: rgb(9,139,104); }

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