#6A740F

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

Shades of Fiji Green #6A740F

Tints of Fiji Green #6A740F

Color information

#6A740F (or 0x6A740F) is unknown color: approx Fiji Green. HEX triplet: 6A, 74 and 0F. RGB value is (106,116,15). Sum of RGB (Red+Green+Blue) = 106+116+15=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #6A740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A740F is #958BF0. Grayscale: #656565. Windows color (decimal): -9800689 or 1012842. OLE color: 1012842.

HSL color Cylindrical-coordinate representation of color #6A740F: hue angle of 65.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A740F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10611615-
CMYK0.0900.870.55
HSL65.94º77.1%25.69%-
HSV(B)65.94º87.07%45.49%-
XYZ12.2815.592.81-
YUV101.579.19131.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 15 (6.25% from 255) = 6.33%
R=44.73%
G=48.95%
B=6.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116150.0900.870.5565.9477.125.69
Hex6A74F905737424d1a
Octal152164171101276710211532
Binary1101010111010011111001010101111101111000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,15); }

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

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

 a { background-color: rgb(106,116,15); }

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

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

 span { border-color: rgb(106,116,15); }

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