#0CB794

Color #0CB794 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0CB794

Tints of Persian Green #0CB794

Color information

#0CB794 (or 0x0CB794) is unknown color: approx Persian Green. HEX triplet: 0C, B7 and 94. RGB value is (12,183,148). Sum of RGB (Red+Green+Blue) = 12+183+148=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB794 is #F3486B. Grayscale: #7F7F7F. Windows color (decimal): -15943788 or 9746188. OLE color: 9746188.

HSL color Cylindrical-coordinate representation of color #0CB794: hue angle of 167.72º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB794 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB12183148-
CMYK0.9300.190.28
HSL167.72º87.69%38.24%-
HSV(B)167.72º93.44%71.76%-
XYZ22.4336.0833.8-
YUV127.88139.3545.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.50%
GREEN value IS 183 (71.88% from 255) = 53.35%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=3.50%
G=53.35%
B=43.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121831480.9300.190.28167.7287.6938.24
HexCB7945D0131Ca85826
Octal142672241350233425013046
Binary11001011011110010100101110101001111100101010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,183,148); }

 H1.HeaderClassName
 {
   color: #0CB794;
 }
 .AnyTagClassName
 {
   color: #0CB794;
 }
</style>
background-color css

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

 a { background-color: rgb(12,183,148); }

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

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

 span { border-color: rgb(12,183,148); }

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