Html Css Color HEX #5F680F Fiji Green

📋 copy color: '#5F680F'

red 95 ◦ green 104 ◦ blue 15

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

Shades of Fiji Green #5F680F

Tints of Fiji Green #5F680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.6%

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

R = 44.39%
G = 48.6%
B = 7.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#5F680F (or 0x5F680F) is known color: Fiji Green. HEX triplet: 5F, 68 and 0F. RGB value is (95,104,15). Sum of RGB (Red+Green+Blue) = 95+104+15=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #5F680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F680F is #A097F0. Grayscale: #5B5B5B. Windows color (decimal): -10524657 or 1009759. OLE color: 1009759.

HSL color Cylindrical-coordinate representation of color #5F680F: hue angle of 66.07º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F680F is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 95 104 15 -
CMYK 0.09 0 0.86 0.59
HSL 66.07º 0.75% 0.23% -
HSV(B) 66.07º 0.86% 0.41% -
XYZ 9.76 12.37 2.33 -
YUV 91.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 95 104 15 0.09 0 0.86 0.59 66.07 0.75 0.23
Hex 5F 68 F 9 0 56 3B 42 4B 17
Octal 137 150 17 11 0 126 73 102 113 27
Binary 1011111 1101000 1111 1001 0 1010110 111011 1000010 1001011 10111

Color Harmonies of #5F680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F680F

Black with #5F680F

Text Example


Text Example

White with #5F680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,104,15); }

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

background-color css

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

 a { background-color: rgb(95,104,15); }

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

border-color css

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

 span { border-color: rgb(95,104,15); }

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