Html Css Color HEX #0C8F74 Observatory

📋 copy color: '#0C8F74'

red 12 ◦ green 143 ◦ blue 116

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

Shades of Observatory #0C8F74

Tints of Observatory #0C8F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 52.77%

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

R = 4.43%
G = 52.77%
B = 42.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#0C8F74 (or 0x0C8F74) is known color: Observatory. HEX triplet: 0C, 8F and 74. RGB value is (12,143,116). Sum of RGB (Red+Green+Blue) = 12+143+116=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8F74 is #F3708B. Grayscale: #646464. Windows color (decimal): -15954060 or 7638796. OLE color: 7638796.

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

Color convert

RGB 12 143 116 -
CMYK 0.92 0 0.19 0.44
HSL 167.63º 0.85% 0.3% -
HSV(B) 167.63º 0.92% 0.56% -
XYZ 13.13 20.98 19.88 -
YUV 100.75 136.6 64.7 -
System Red Green Blue C M Y K H S L
Decimal 12 143 116 0.92 0 0.19 0.44 167.63 0.85 0.3
Hex C 8F 74 5C 0 13 2C A8 55 1E
Octal 14 217 164 134 0 23 54 250 125 36
Binary 1100 10001111 1110100 1011100 0 10011 101100 10101000 1010101 11110

Color Harmonies of #0C8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8F74

Black with #0C8F74

Text Example


Text Example

White with #0C8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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