Html Css Color HEX #5D680F Fiji Green

📋 copy color: '#5D680F'

red 93 ◦ green 104 ◦ blue 15

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

Shades of Fiji Green #5D680F

Tints of Fiji Green #5D680F

RGB

 RED value IS 93 (36.72% from 255) = 43.87%

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

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

R = 43.87%
G = 49.06%
B = 7.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#5D680F (or 0x5D680F) is known color: Fiji Green. HEX triplet: 5D, 68 and 0F. RGB value is (93,104,15). Sum of RGB (Red+Green+Blue) = 93+104+15=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 104 (41.02% from 255 or 49.06% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 104 - color contains mainly: green. Hex color #5D680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D680F is #A297F0. Grayscale: #5A5A5A. Windows color (decimal): -10655729 or 1009757. OLE color: 1009757.

HSL color Cylindrical-coordinate representation of color #5D680F: hue angle of 67.42º 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 #5D680F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 104 15 -
CMYK 0.11 0 0.86 0.59
HSL 67.42º 0.75% 0.23% -
HSV(B) 67.42º 0.86% 0.41% -
XYZ 9.55 12.26 2.32 -
YUV 90.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 93 104 15 0.11 0 0.86 0.59 67.42 0.75 0.23
Hex 5D 68 F B 0 56 3B 43 4B 17
Octal 135 150 17 13 0 126 73 103 113 27
Binary 1011101 1101000 1111 1011 0 1010110 111011 1000011 1001011 10111

Color Harmonies of #5D680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D680F

Black with #5D680F

Text Example


Text Example

White with #5D680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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