Html Css Color HEX #0C9076 Observatory

📋 copy color: '#0C9076'

red 12 ◦ green 144 ◦ blue 118

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

Shades of Observatory #0C9076

Tints of Observatory #0C9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.55%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 4.38%
G = 52.55%
B = 43.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#0C9076 (or 0x0C9076) is known color: Observatory. HEX triplet: 0C, 90 and 76. RGB value is (12,144,118). Sum of RGB (Red+Green+Blue) = 12+144+118=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9076 is #F36F89. Grayscale: #656565. Windows color (decimal): -15953802 or 7770124. OLE color: 7770124.

HSL color Cylindrical-coordinate representation of color #0C9076: hue angle of 168.18º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9076 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 144 118 -
CMYK 0.92 0 0.18 0.44
HSL 168.18º 0.85% 0.31% -
HSV(B) 168.18º 0.92% 0.56% -
XYZ 13.39 21.33 20.55 -
YUV 101.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 12 144 118 0.92 0 0.18 0.44 168.18 0.85 0.31
Hex C 90 76 5C 0 12 2C A8 55 1F
Octal 14 220 166 134 0 22 54 250 125 37
Binary 1100 10010000 1110110 1011100 0 10010 101100 10101000 1010101 11111

Color Harmonies of #0C9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9076

Black with #0C9076

Text Example


Text Example

White with #0C9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,144,118); }

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

background-color css

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

 a { background-color: rgb(12,144,118); }

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

border-color css

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

 span { border-color: rgb(12,144,118); }

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