#6B7B1F

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

Shades of Fiji Green #6B7B1F

Tints of Fiji Green #6B7B1F

Color information

#6B7B1F (or 0x6B7B1F) is unknown color: approx Fiji Green. HEX triplet: 6B, 7B and 1F. RGB value is (107,123,31). Sum of RGB (Red+Green+Blue) = 107+123+31=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B1F is #9484E0. Grayscale: #6C6C6C. Windows color (decimal): -9733345 or 2063211. OLE color: 2063211.

HSL color Cylindrical-coordinate representation of color #6B7B1F: hue angle of 70.43º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B7B1F is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB10712331-
CMYK0.1300.750.52
HSL70.43º59.74%30.2%-
HSV(B)70.43º74.8%48.24%-
XYZ13.3917.393.95-
YUV107.7384.7127.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.00%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=41.00%
G=47.13%
B=11.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107123310.1300.750.5270.4359.7430.2
Hex6B7B1FD04B34463c1e
Octal15317337150113641067436
Binary1101011111101111111110101001011110100100011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,123,31); }

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

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

 a { background-color: rgb(107,123,31); }

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

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

 span { border-color: rgb(107,123,31); }

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