Html Css Color HEX #0A8A75 Observatory

📋 copy color: '#0A8A75'

red 10 ◦ green 138 ◦ blue 117

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

Shades of Observatory #0A8A75

Tints of Observatory #0A8A75

RGB

 RED value IS 10 (4.3% from 255) = 3.77%

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

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 3.77%
G = 52.08%
B = 44.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#0A8A75 (or 0x0A8A75) is known color: Observatory. HEX triplet: 0A, 8A and 75. RGB value is (10,138,117). Sum of RGB (Red+Green+Blue) = 10+138+117=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A75 is #F5758A. Grayscale: #616161. Windows color (decimal): -16086411 or 7703050. OLE color: 7703050.

HSL color Cylindrical-coordinate representation of color #0A8A75: hue angle of 170.16º degrees, saturation: 0.86, 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 #0A8A75 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 138 117 -
CMYK 0.93 0 0.15 0.46
HSL 170.16º 0.86% 0.29% -
HSV(B) 170.16º 0.93% 0.54% -
XYZ 12.42 19.53 19.94 -
YUV 97.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 10 138 117 0.93 0 0.15 0.46 170.16 0.86 0.29
Hex A 8A 75 5D 0 F 2E AA 56 1D
Octal 12 212 165 135 0 17 56 252 126 35
Binary 1010 10001010 1110101 1011101 0 1111 101110 10101010 1010110 11101

Color Harmonies of #0A8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A75

Black with #0A8A75

Text Example


Text Example

White with #0A8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8A75; }

 p { color: rgb(10,138,117); }

 H1.HeaderClassName
 {
   color: #0A8A75;
 }
 .AnyTagClassName
 {
   color: #0A8A75;
 }
</style>

background-color css

<style>
 a { background-color: #0A8A75; }

 a { background-color: rgb(10,138,117); }

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

border-color css

<style>
 span { border-color: #0A8A75; }

 span { border-color: rgb(10,138,117); }

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