#6A7114

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

Shades of Fiji Green #6A7114

Tints of Fiji Green #6A7114

Color information

#6A7114 (or 0x6A7114) is unknown color: approx Fiji Green. HEX triplet: 6A, 71 and 14. RGB value is (106,113,20). Sum of RGB (Red+Green+Blue) = 106+113+20=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7114 is #958EEB. Grayscale: #646464. Windows color (decimal): -9801452 or 1339754. OLE color: 1339754.

HSL color Cylindrical-coordinate representation of color #6A7114: hue angle of 64.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A7114 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB10611320-
CMYK0.0600.820.56
HSL64.52º69.92%26.08%-
HSV(B)64.52º82.3%44.31%-
XYZ11.9814.922.91-
YUV100.382.68132.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=44.35%
G=47.28%
B=8.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113200.0600.820.5664.5269.9226.08
Hex6A711460523841461a
Octal15216124601227010110632
Binary1101010111000110100110010100101110001000001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,20); }

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

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

 a { background-color: rgb(106,113,20); }

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

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

 span { border-color: rgb(106,113,20); }

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