#6A731E

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

Shades of Fiji Green #6A731E

Tints of Fiji Green #6A731E

Color information

#6A731E (or 0x6A731E) is unknown color: approx Fiji Green. HEX triplet: 6A, 73 and 1E. RGB value is (106,115,30). Sum of RGB (Red+Green+Blue) = 106+115+30=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #6A731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A731E is #958CE1. Grayscale: #666666. Windows color (decimal): -9800930 or 1995626. OLE color: 1995626.

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

Color convert

RGB10611530-
CMYK0.0800.740.55
HSL66.35º58.62%28.43%-
HSV(B)66.35º73.91%45.1%-
XYZ12.3115.423.56-
YUV102.6287.02130.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=42.23%
G=45.82%
B=11.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115300.0800.740.5566.3558.6228.43
Hex6A731E804A37423b1c
Octal15216336100112671027334
Binary1101010111001111110100001001010110111100001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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