#5C650F

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

Shades of Fiji Green #5C650F

Tints of Fiji Green #5C650F

Color information

#5C650F (or 0x5C650F) is unknown color: approx Fiji Green. HEX triplet: 5C, 65 and 0F. RGB value is (92,101,15). Sum of RGB (Red+Green+Blue) = 92+101+15=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #5C650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C650F is #A39AF0. Grayscale: #585858. Windows color (decimal): -10722033 or 1008988. OLE color: 1008988.

HSL color Cylindrical-coordinate representation of color #5C650F: hue angle of 66.28º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C650F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB9210115-
CMYK0.0900.850.60
HSL66.28º74.14%22.75%-
HSV(B)66.28º85.15%39.61%-
XYZ9.1511.622.21-
YUV88.586.52130.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.23%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=44.23%
G=48.56%
B=7.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92101150.0900.850.6066.2874.1422.75
Hex5C65F90553C424a17
Octal134145171101257410211227
Binary1011100110010111111001010101011111001000010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C650F; }

 p { color: rgb(92,101,15); }

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

<style>
 a { background-color: #5C650F; }

 a { background-color: rgb(92,101,15); }

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

<style>
 span { border-color: #5C650F; }

 span { border-color: rgb(92,101,15); }

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