Html Css Color HEX #5D680C Fiji Green

📋 copy color: '#5D680C'

red 93 ◦ green 104 ◦ blue 12

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

Shades of Fiji Green #5D680C

Tints of Fiji Green #5D680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 44.5%
G = 49.76%
B = 5.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#5D680C (or 0x5D680C) is known color: Fiji Green. HEX triplet: 5D, 68 and 0C. RGB value is (93,104,12). Sum of RGB (Red+Green+Blue) = 93+104+12=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #5D680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D680C is #A297F3. Grayscale: #5A5A5A. Windows color (decimal): -10655732 or 813149. OLE color: 813149.

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

Color convert

RGB 93 104 12 -
CMYK 0.11 0 0.88 0.59
HSL 67.17º 0.79% 0.23% -
HSV(B) 67.17º 0.88% 0.41% -
XYZ 9.53 12.25 2.21 -
YUV 90.22 83.86 129.98 -
System Red Green Blue C M Y K H S L
Decimal 93 104 12 0.11 0 0.88 0.59 67.17 0.79 0.23
Hex 5D 68 C B 0 58 3B 43 4F 17
Octal 135 150 14 13 0 130 73 103 117 27
Binary 1011101 1101000 1100 1011 0 1011000 111011 1000011 1001111 10111

Color Harmonies of #5D680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D680C

Black with #5D680C

Text Example


Text Example

White with #5D680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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