Html Css Color HEX #0C8970 Observatory

📋 copy color: '#0C8970'

red 12 ◦ green 137 ◦ blue 112

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

Shades of Observatory #0C8970

Tints of Observatory #0C8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.49%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 4.6%
G = 52.49%
B = 42.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#0C8970 (or 0x0C8970) is known color: Observatory. HEX triplet: 0C, 89 and 70. RGB value is (12,137,112). Sum of RGB (Red+Green+Blue) = 12+137+112=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8970 is #F3768F. Grayscale: #606060. Windows color (decimal): -15955600 or 7375116. OLE color: 7375116.

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

Color convert

RGB 12 137 112 -
CMYK 0.91 0 0.18 0.46
HSL 168º 0.84% 0.29% -
HSV(B) 168º 0.91% 0.54% -
XYZ 12.02 19.14 18.39 -
YUV 96.78 136.59 67.53 -
System Red Green Blue C M Y K H S L
Decimal 12 137 112 0.91 0 0.18 0.46 168 0.84 0.29
Hex C 89 70 5B 0 12 2E A8 54 1D
Octal 14 211 160 133 0 22 56 250 124 35
Binary 1100 10001001 1110000 1011011 0 10010 101110 10101000 1010100 11101

Color Harmonies of #0C8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8970

Black with #0C8970

Text Example


Text Example

White with #0C8970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,137,112); }

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

background-color css

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

 a { background-color: rgb(12,137,112); }

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

border-color css

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

 span { border-color: rgb(12,137,112); }

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