Html Css Color HEX #08936B Observatory

📋 copy color: '#08936B'

red 8 ◦ green 147 ◦ blue 107

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

Shades of Observatory #08936B

Tints of Observatory #08936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.84%

R = 3.05%
G = 56.11%
B = 40.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#08936B (or 0x08936B) is known color: Observatory. HEX triplet: 08, 93 and 6B. RGB value is (8,147,107). Sum of RGB (Red+Green+Blue) = 8+147+107=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #08936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08936B is #F76C94. Grayscale: #646464. Windows color (decimal): -16215189 or 7049992. OLE color: 7049992.

HSL color Cylindrical-coordinate representation of color #08936B: hue angle of 162.73º 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 #08936B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 147 107 -
CMYK 0.95 0 0.27 0.42
HSL 162.73º 0.9% 0.3% -
HSV(B) 162.73º 0.95% 0.58% -
XYZ 13.19 21.98 17.46 -
YUV 100.88 131.45 61.75 -
System Red Green Blue C M Y K H S L
Decimal 8 147 107 0.95 0 0.27 0.42 162.73 0.9 0.3
Hex 8 93 6B 5F 0 1B 2A A3 5A 1E
Octal 10 223 153 137 0 33 52 243 132 36
Binary 1000 10010011 1101011 1011111 0 11011 101010 10100011 1011010 11110

Color Harmonies of #08936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08936B

Black with #08936B

Text Example


Text Example

White with #08936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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