#6A7310

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

Shades of Fiji Green #6A7310

Tints of Fiji Green #6A7310

Color information

#6A7310 (or 0x6A7310) is unknown color: approx Fiji Green. HEX triplet: 6A, 73 and 10. RGB value is (106,115,16). Sum of RGB (Red+Green+Blue) = 106+115+16=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7310 is #958CEF. Grayscale: #656565. Windows color (decimal): -9800944 or 1078122. OLE color: 1078122.

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

Color convert

RGB10611516-
CMYK0.0800.860.55
HSL65.45º75.57%25.69%-
HSV(B)65.45º86.09%45.1%-
XYZ12.1715.362.81-
YUV101.0280.02131.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=44.73%
G=48.52%
B=6.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115160.0800.860.5565.4575.5725.69
Hex6A7310805637414c1a
Octal152163201001266710111432
Binary11010101110011100001000010101101101111000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,16); }

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

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

 a { background-color: rgb(106,115,16); }

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

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

 span { border-color: rgb(106,115,16); }

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