Html Css Color HEX #0C8774 Observatory

📋 copy color: '#0C8774'

red 12 ◦ green 135 ◦ blue 116

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

Shades of Observatory #0C8774

Tints of Observatory #0C8774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

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

R = 4.56%
G = 51.33%
B = 44.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#0C8774 (or 0x0C8774) is known color: Observatory. HEX triplet: 0C, 87 and 74. RGB value is (12,135,116). Sum of RGB (Red+Green+Blue) = 12+135+116=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8774 is #F3788B. Grayscale: #606060. Windows color (decimal): -15956108 or 7636748. OLE color: 7636748.

HSL color Cylindrical-coordinate representation of color #0C8774: hue angle of 170.73º 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 #0C8774 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 116 -
CMYK 0.91 0 0.14 0.47
HSL 170.73º 0.84% 0.29% -
HSV(B) 170.73º 0.91% 0.53% -
XYZ 11.97 18.67 19.5 -
YUV 96.06 139.25 68.04 -
System Red Green Blue C M Y K H S L
Decimal 12 135 116 0.91 0 0.14 0.47 170.73 0.84 0.29
Hex C 87 74 5B 0 E 2F AB 54 1D
Octal 14 207 164 133 0 16 57 253 124 35
Binary 1100 10000111 1110100 1011011 0 1110 101111 10101011 1010100 11101

Color Harmonies of #0C8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8774

Black with #0C8774

Text Example


Text Example

White with #0C8774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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