#6B701A

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

Shades of Fiji Green #6B701A

Tints of Fiji Green #6B701A

Color information

#6B701A (or 0x6B701A) is unknown color: approx Fiji Green. HEX triplet: 6B, 70 and 1A. RGB value is (107,112,26). Sum of RGB (Red+Green+Blue) = 107+112+26=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #6B701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B701A is #948FE5. Grayscale: #656565. Windows color (decimal): -9736166 or 1732715. OLE color: 1732715.

HSL color Cylindrical-coordinate representation of color #6B701A: hue angle of 63.49º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B701A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB10711226-
CMYK0.0400.770.56
HSL63.49º62.32%27.06%-
HSV(B)63.49º76.79%43.92%-
XYZ12.0414.793.2-
YUV100.785.84132.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.67%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=43.67%
G=45.71%
B=10.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112260.0400.770.5663.4962.3227.06
Hex6B701A404D383f3e1b
Octal153160324011570777633
Binary11010111110000110101000100110111100011111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,26); }

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

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

 a { background-color: rgb(107,112,26); }

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

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

 span { border-color: rgb(107,112,26); }

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