Html Css Color HEX #5F7410 Fiji Green

📋 copy color: '#5F7410'

red 95 ◦ green 116 ◦ blue 16

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

Shades of Fiji Green #5F7410

Tints of Fiji Green #5F7410

RGB

 RED value IS 95 (37.5% from 255) = 41.85%

 GREEN value IS 116 (45.7% from 255) = 51.1%

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 41.85%
G = 51.1%
B = 7.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#5F7410 (or 0x5F7410) is known color: Fiji Green. HEX triplet: 5F, 74 and 10. RGB value is (95,116,16). Sum of RGB (Red+Green+Blue) = 95+116+16=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7410 is #A08BEF. Grayscale: #626262. Windows color (decimal): -10521584 or 1078367. OLE color: 1078367.

HSL color Cylindrical-coordinate representation of color #5F7410: hue angle of 72.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F7410 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 116 16 -
CMYK 0.18 0 0.86 0.55
HSL 72.6º 0.76% 0.26% -
HSV(B) 72.6º 0.86% 0.45% -
XYZ 11.06 14.96 2.8 -
YUV 98.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 95 116 16 0.18 0 0.86 0.55 72.6 0.76 0.26
Hex 5F 74 10 12 0 56 37 49 4C 1A
Octal 137 164 20 22 0 126 67 111 114 32
Binary 1011111 1110100 10000 10010 0 1010110 110111 1001001 1001100 11010

Color Harmonies of #5F7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7410

Black with #5F7410

Text Example


Text Example

White with #5F7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,116,16); }

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

background-color css

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

 a { background-color: rgb(95,116,16); }

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

border-color css

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

 span { border-color: rgb(95,116,16); }

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