Html Css Color HEX #0A8A66 Observatory

📋 copy color: '#0A8A66'

red 10 ◦ green 138 ◦ blue 102

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

Shades of Observatory #0A8A66

Tints of Observatory #0A8A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 4%
G = 55.2%
B = 40.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#0A8A66 (or 0x0A8A66) is known color: Observatory. HEX triplet: 0A, 8A and 66. RGB value is (10,138,102). Sum of RGB (Red+Green+Blue) = 10+138+102=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A66 is #F57599. Grayscale: #5F5F5F. Windows color (decimal): -16086426 or 6720010. OLE color: 6720010.

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

Color convert

RGB 10 138 102 -
CMYK 0.93 0 0.26 0.46
HSL 163.13º 0.86% 0.29% -
HSV(B) 163.13º 0.93% 0.54% -
XYZ 11.61 19.2 15.66 -
YUV 95.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 10 138 102 0.93 0 0.26 0.46 163.13 0.86 0.29
Hex A 8A 66 5D 0 1A 2E A3 56 1D
Octal 12 212 146 135 0 32 56 243 126 35
Binary 1010 10001010 1100110 1011101 0 11010 101110 10100011 1010110 11101

Color Harmonies of #0A8A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A66

Black with #0A8A66

Text Example


Text Example

White with #0A8A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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