Html Css Color HEX #08937B Observatory

📋 copy color: '#08937B'

red 8 ◦ green 147 ◦ blue 123

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

Shades of Observatory #08937B

Tints of Observatory #08937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.88%

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

R = 2.88%
G = 52.88%
B = 44.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#08937B (or 0x08937B) is known color: Observatory. HEX triplet: 08, 93 and 7B. RGB value is (8,147,123). Sum of RGB (Red+Green+Blue) = 8+147+123=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #08937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08937B is #F76C84. Grayscale: #666666. Windows color (decimal): -16215173 or 8098568. OLE color: 8098568.

HSL color Cylindrical-coordinate representation of color #08937B: hue angle of 169.64º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08937B is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 123 -
CMYK 0.95 0 0.16 0.42
HSL 169.64º 0.9% 0.3% -
HSV(B) 169.64º 0.95% 0.58% -
XYZ 14.11 22.35 22.31 -
YUV 102.7 139.45 60.45 -
System Red Green Blue C M Y K H S L
Decimal 8 147 123 0.95 0 0.16 0.42 169.64 0.9 0.3
Hex 8 93 7B 5F 0 10 2A AA 5A 1E
Octal 10 223 173 137 0 20 52 252 132 36
Binary 1000 10010011 1111011 1011111 0 10000 101010 10101010 1011010 11110

Color Harmonies of #08937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08937B

Black with #08937B

Text Example


Text Example

White with #08937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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