#6B740F

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

Shades of Fiji Green #6B740F

Tints of Fiji Green #6B740F

Color information

#6B740F (or 0x6B740F) is unknown color: approx Fiji Green. HEX triplet: 6B, 74 and 0F. RGB value is (107,116,15). Sum of RGB (Red+Green+Blue) = 107+116+15=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #6B740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B740F is #948BF0. Grayscale: #666666. Windows color (decimal): -9735153 or 1012843. OLE color: 1012843.

HSL color Cylindrical-coordinate representation of color #6B740F: hue angle of 65.35º 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 #6B740F is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10711615-
CMYK0.0800.870.55
HSL65.35º77.1%25.69%-
HSV(B)65.35º87.07%45.49%-
XYZ12.415.652.82-
YUV101.7979.02131.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 15 (6.25% from 255) = 6.30%
R=44.96%
G=48.74%
B=6.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116150.0800.870.5565.3577.125.69
Hex6B74F805737414d1a
Octal153164171001276710111532
Binary1101011111010011111000010101111101111000001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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