Html Css Color HEX #5A710C Fiji Green

📋 copy color: '#5A710C'

red 90 ◦ green 113 ◦ blue 12

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

Shades of Fiji Green #5A710C

Tints of Fiji Green #5A710C

RGB

 RED value IS 90 (35.55% from 255) = 41.86%

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

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

R = 41.86%
G = 52.56%
B = 5.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#5A710C (or 0x5A710C) is known color: Fiji Green. HEX triplet: 5A, 71 and 0C. RGB value is (90,113,12). Sum of RGB (Red+Green+Blue) = 90+113+12=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #5A710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A710C is #A58EF3. Grayscale: #5E5E5E. Windows color (decimal): -10850036 or 815450. OLE color: 815450.

HSL color Cylindrical-coordinate representation of color #5A710C: hue angle of 73.66º 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 #5A710C is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 113 12 -
CMYK 0.20 0 0.89 0.56
HSL 73.66º 0.81% 0.25% -
HSV(B) 73.66º 0.89% 0.44% -
XYZ 10.19 14.01 2.52 -
YUV 94.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 90 113 12 0.20 0 0.89 0.56 73.66 0.81 0.25
Hex 5A 71 C 14 0 59 38 4A 51 19
Octal 132 161 14 24 0 131 70 112 121 31
Binary 1011010 1110001 1100 10100 0 1011001 111000 1001010 1010001 11001

Color Harmonies of #5A710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A710C

Black with #5A710C

Text Example


Text Example

White with #5A710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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