Html Css Color HEX #0C8A74 Observatory

📋 copy color: '#0C8A74'

red 12 ◦ green 138 ◦ blue 116

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

Shades of Observatory #0C8A74

Tints of Observatory #0C8A74

RGB

 RED value IS 12 (5.08% from 255) = 4.51%

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 4.51%
G = 51.88%
B = 43.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#0C8A74 (or 0x0C8A74) is known color: Observatory. HEX triplet: 0C, 8A and 74. RGB value is (12,138,116). Sum of RGB (Red+Green+Blue) = 12+138+116=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A74 is #F3758B. Grayscale: #616161. Windows color (decimal): -15955340 or 7637516. OLE color: 7637516.

HSL color Cylindrical-coordinate representation of color #0C8A74: hue angle of 169.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A74 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 138 116 -
CMYK 0.91 0 0.16 0.46
HSL 169.52º 0.84% 0.29% -
HSV(B) 169.52º 0.91% 0.54% -
XYZ 12.39 19.52 19.64 -
YUV 97.82 138.26 66.79 -
System Red Green Blue C M Y K H S L
Decimal 12 138 116 0.91 0 0.16 0.46 169.52 0.84 0.29
Hex C 8A 74 5B 0 10 2E AA 54 1D
Octal 14 212 164 133 0 20 56 252 124 35
Binary 1100 10001010 1110100 1011011 0 10000 101110 10101010 1010100 11101

Color Harmonies of #0C8A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8A74

Black with #0C8A74

Text Example


Text Example

White with #0C8A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,138,116); }

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

background-color css

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

 a { background-color: rgb(12,138,116); }

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

border-color css

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

 span { border-color: rgb(12,138,116); }

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