Html Css Color HEX #08917B Observatory

📋 copy color: '#08917B'

red 8 ◦ green 145 ◦ blue 123

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

Shades of Observatory #08917B

Tints of Observatory #08917B

RGB

 RED value IS 8 (3.52% from 255) = 2.9%

 GREEN value IS 145 (57.03% from 255) = 52.54%

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 2.9%
G = 52.54%
B = 44.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#08917B (or 0x08917B) is known color: Observatory. HEX triplet: 08, 91 and 7B. RGB value is (8,145,123). Sum of RGB (Red+Green+Blue) = 8+145+123=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #08917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08917B is #F76E84. Grayscale: #656565. Windows color (decimal): -16215685 or 8098056. OLE color: 8098056.

HSL color Cylindrical-coordinate representation of color #08917B: hue angle of 170.36º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08917B is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 123 -
CMYK 0.94 0 0.15 0.43
HSL 170.37º 0.9% 0.3% -
HSV(B) 170.37º 0.94% 0.57% -
XYZ 13.8 21.73 22.21 -
YUV 101.53 140.11 61.29 -
System Red Green Blue C M Y K H S L
Decimal 8 145 123 0.94 0 0.15 0.43 170.37 0.9 0.3
Hex 8 91 7B 5E 0 F 2B AA 5A 1E
Octal 10 221 173 136 0 17 53 252 132 36
Binary 1000 10010001 1111011 1011110 0 1111 101011 10101010 1011010 11110

Color Harmonies of #08917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08917B

Black with #08917B

Text Example


Text Example

White with #08917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08917B; }

 p { color: rgb(8,145,123); }

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

background-color css

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

 a { background-color: rgb(8,145,123); }

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

border-color css

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

 span { border-color: rgb(8,145,123); }

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