Html Css Color HEX #0C917B Observatory

📋 copy color: '#0C917B'

red 12 ◦ green 145 ◦ blue 123

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

Shades of Observatory #0C917B

Tints of Observatory #0C917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

 BLUE value IS 123 (48.44% from 255) = 43.93%

R = 4.29%
G = 51.79%
B = 43.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#0C917B (or 0x0C917B) is known color: Observatory. HEX triplet: 0C, 91 and 7B. RGB value is (12,145,123). Sum of RGB (Red+Green+Blue) = 12+145+123=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #0C917B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C917B is #F36E84. Grayscale: #666666. Windows color (decimal): -15953541 or 8098060. OLE color: 8098060.

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

Color convert

RGB 12 145 123 -
CMYK 0.92 0 0.15 0.43
HSL 170.08º 0.85% 0.31% -
HSV(B) 170.08º 0.92% 0.57% -
XYZ 13.85 21.76 22.21 -
YUV 102.73 139.44 63.29 -
System Red Green Blue C M Y K H S L
Decimal 12 145 123 0.92 0 0.15 0.43 170.08 0.85 0.31
Hex C 91 7B 5C 0 F 2B AA 55 1F
Octal 14 221 173 134 0 17 53 252 125 37
Binary 1100 10010001 1111011 1011100 0 1111 101011 10101010 1010101 11111

Color Harmonies of #0C917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C917B

Black with #0C917B

Text Example


Text Example

White with #0C917B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,145,123); }

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

background-color css

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

 a { background-color: rgb(12,145,123); }

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

border-color css

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

 span { border-color: rgb(12,145,123); }

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