#6B730F

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

Shades of Fiji Green #6B730F

Tints of Fiji Green #6B730F

Color information

#6B730F (or 0x6B730F) is unknown color: approx Fiji Green. HEX triplet: 6B, 73 and 0F. RGB value is (107,115,15). Sum of RGB (Red+Green+Blue) = 107+115+15=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #6B730F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B730F is #948CF0. Grayscale: #656565. Windows color (decimal): -9735409 or 1012587. OLE color: 1012587.

HSL color Cylindrical-coordinate representation of color #6B730F: hue angle of 64.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B730F is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB10711515-
CMYK0.0700.870.55
HSL64.8º76.92%25.49%-
HSV(B)64.8º86.96%45.1%-
XYZ12.2815.422.78-
YUV101.2179.35132.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 15 (6.25% from 255) = 6.33%
R=45.15%
G=48.52%
B=6.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107115150.0700.870.5564.876.9225.49
Hex6B73F705737414d19
Octal15316317701276710111531
Binary110101111100111111111010101111101111000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B730F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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