#6A6C12

Color #6A6C12 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #6A6C12

Tints of Fiji Green #6A6C12

Color information

#6A6C12 (or 0x6A6C12) is unknown color: approx Fiji Green. HEX triplet: 6A, 6C and 12. RGB value is (106,108,18). Sum of RGB (Red+Green+Blue) = 106+108+18=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #6A6C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6C12 is #9593ED. Grayscale: #616161. Windows color (decimal): -9802734 or 1207402. OLE color: 1207402.

HSL color Cylindrical-coordinate representation of color #6A6C12: hue angle of 61.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A6C12 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB10610818-
CMYK0.0200.830.58
HSL61.33º71.43%24.71%-
HSV(B)61.33º83.33%42.35%-
XYZ11.4213.832.64-
YUV97.1483.34134.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.69%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=45.69%
G=46.55%
B=7.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106108180.0200.830.5861.3371.4324.71
Hex6A6C1220533A3d4719
Octal1521542220123727510731
Binary11010101101100100101001010011111010111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6C12; }

 p { color: rgb(106,108,18); }

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

<style>
 a { background-color: #6A6C12; }

 a { background-color: rgb(106,108,18); }

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

<style>
 span { border-color: #6A6C12; }

 span { border-color: rgb(106,108,18); }

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