Html Css Color HEX #5D710C Fiji Green

📋 copy color: '#5D710C'

red 93 ◦ green 113 ◦ blue 12

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

Shades of Fiji Green #5D710C

Tints of Fiji Green #5D710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.83%

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

R = 42.66%
G = 51.83%
B = 5.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#5D710C (or 0x5D710C) is known color: Fiji Green. HEX triplet: 5D, 71 and 0C. RGB value is (93,113,12). Sum of RGB (Red+Green+Blue) = 93+113+12=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #5D710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D710C is #A28EF3. Grayscale: #5F5F5F. Windows color (decimal): -10653428 or 815453. OLE color: 815453.

HSL color Cylindrical-coordinate representation of color #5D710C: hue angle of 71.88º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D710C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 113 12 -
CMYK 0.18 0 0.89 0.56
HSL 71.88º 0.81% 0.25% -
HSV(B) 71.88º 0.89% 0.44% -
XYZ 10.49 14.16 2.53 -
YUV 95.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 93 113 12 0.18 0 0.89 0.56 71.88 0.81 0.25
Hex 5D 71 C 12 0 59 38 48 51 19
Octal 135 161 14 22 0 131 70 110 121 31
Binary 1011101 1110001 1100 10010 0 1011001 111000 1001000 1010001 11001

Color Harmonies of #5D710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D710C

Black with #5D710C

Text Example


Text Example

White with #5D710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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