Html Css Color HEX #0A8A67 Observatory

📋 copy color: '#0A8A67'

red 10 ◦ green 138 ◦ blue 103

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

Shades of Observatory #0A8A67

Tints of Observatory #0A8A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.04%

R = 3.98%
G = 54.98%
B = 41.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#0A8A67 (or 0x0A8A67) is known color: Observatory. HEX triplet: 0A, 8A and 67. RGB value is (10,138,103). Sum of RGB (Red+Green+Blue) = 10+138+103=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 138 (54.30% from 255 or 54.98% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A67 is #F57598. Grayscale: #5F5F5F. Windows color (decimal): -16086425 or 6785546. OLE color: 6785546.

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

Color convert

RGB 10 138 103 -
CMYK 0.93 0 0.25 0.46
HSL 163.59º 0.86% 0.29% -
HSV(B) 163.59º 0.93% 0.54% -
XYZ 11.66 19.22 15.93 -
YUV 95.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 10 138 103 0.93 0 0.25 0.46 163.59 0.86 0.29
Hex A 8A 67 5D 0 19 2E A4 56 1D
Octal 12 212 147 135 0 31 56 244 126 35
Binary 1010 10001010 1100111 1011101 0 11001 101110 10100100 1010110 11101

Color Harmonies of #0A8A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A67

Black with #0A8A67

Text Example


Text Example

White with #0A8A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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