#0c7627

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

Shades of Camarone #0C7627

Tints of Camarone #0C7627

Color information

#0C7627 (or 0x0C7627) is unknown color: approx Camarone. HEX triplet: 0C, 76 and 27. RGB value is (12,118,39). Sum of RGB (Red+Green+Blue) = 12+118+39=169 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.10% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7627 is #F389D8. Grayscale: #4D4D4D. Windows color (decimal): -15960537 or 2586124. OLE color: 2586124.

HSL color Cylindrical-coordinate representation of color #0C7627: hue angle of 135.28º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7627 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1211839-
CMYK0.9000.670.54
HSL135.28º81.54%25.49%-
HSV(B)135.28º89.83%46.27%-
XYZ713.184.1-
YUV77.3106.3881.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.10%
GREEN value IS 118 (46.48% from 255) = 69.82%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=7.10%
G=69.82%
B=23.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118390.9000.670.54135.2881.5425.49
HexC76275A04336875219
Octal141664713201036620712231
Binary1100111011010011110110100100001111011010000111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c7627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,39); }

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

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

 a { background-color: rgb(12,118,39); }

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

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

 span { border-color: rgb(12,118,39); }

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