Html Css Color HEX #5E660F Fiji Green

📋 copy color: '#5E660F'

red 94 ◦ green 102 ◦ blue 15

#5E660F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5E660F

Tints of Fiji Green #5E660F

RGB

 RED value IS 94 (37.11% from 255) = 44.55%

 GREEN value IS 102 (40.23% from 255) = 48.34%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 44.55%
G = 48.34%
B = 7.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#5E660F (or 0x5E660F) is known color: Fiji Green. HEX triplet: 5E, 66 and 0F. RGB value is (94,102,15). Sum of RGB (Red+Green+Blue) = 94+102+15=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #5E660F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E660F is #A199F0. Grayscale: #5A5A5A. Windows color (decimal): -10590705 or 1009246. OLE color: 1009246.

HSL color Cylindrical-coordinate representation of color #5E660F: hue angle of 65.52º 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 #5E660F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 102 15 -
CMYK 0.08 0 0.85 0.6
HSL 65.52º 0.74% 0.23% -
HSV(B) 65.52º 0.85% 0.4% -
XYZ 9.45 11.92 2.25 -
YUV 89.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 94 102 15 0.08 0 0.85 0.6 65.52 0.74 0.23
Hex 5E 66 F 8 0 55 3C 42 4A 17
Octal 136 146 17 10 0 125 74 102 112 27
Binary 1011110 1100110 1111 1000 0 1010101 111100 1000010 1001010 10111

Color Harmonies of #5E660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E660F

Black with #5E660F

Text Example


Text Example

White with #5E660F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,15); }

 H1.HeaderClassName
 {
   color: #5E660F;
 }
 .AnyTagClassName
 {
   color: #5E660F;
 }
</style>

background-color css

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

 a { background-color: rgb(94,102,15); }

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

border-color css

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

 span { border-color: rgb(94,102,15); }

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