Html Css Color HEX #0C8674 Observatory

📋 copy color: '#0C8674'

red 12 ◦ green 134 ◦ blue 116

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

Shades of Observatory #0C8674

Tints of Observatory #0C8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

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

R = 4.58%
G = 51.15%
B = 44.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#0C8674 (or 0x0C8674) is known color: Observatory. HEX triplet: 0C, 86 and 74. RGB value is (12,134,116). Sum of RGB (Red+Green+Blue) = 12+134+116=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8674 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8674 is #F3798B. Grayscale: #5F5F5F. Windows color (decimal): -15956364 or 7636492. OLE color: 7636492.

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

Color convert

RGB 12 134 116 -
CMYK 0.91 0 0.13 0.47
HSL 171.15º 0.84% 0.29% -
HSV(B) 171.15º 0.91% 0.53% -
XYZ 11.83 18.39 19.45 -
YUV 95.47 139.58 68.46 -
System Red Green Blue C M Y K H S L
Decimal 12 134 116 0.91 0 0.13 0.47 171.15 0.84 0.29
Hex C 86 74 5B 0 D 2F AB 54 1D
Octal 14 206 164 133 0 15 57 253 124 35
Binary 1100 10000110 1110100 1011011 0 1101 101111 10101011 1010100 11101

Color Harmonies of #0C8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8674

Black with #0C8674

Text Example


Text Example

White with #0C8674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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