Html Css Color HEX #5A750D Fiji Green

📋 copy color: '#5A750D'

red 90 ◦ green 117 ◦ blue 13

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

Shades of Fiji Green #5A750D

Tints of Fiji Green #5A750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.18%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 40.91%
G = 53.18%
B = 5.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#5A750D (or 0x5A750D) is known color: Fiji Green. HEX triplet: 5A, 75 and 0D. RGB value is (90,117,13). Sum of RGB (Red+Green+Blue) = 90+117+13=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #5A750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A750D is #A58AF2. Grayscale: #616161. Windows color (decimal): -10849011 or 882010. OLE color: 882010.

HSL color Cylindrical-coordinate representation of color #5A750D: hue angle of 75.58º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A750D is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 117 13 -
CMYK 0.23 0 0.89 0.54
HSL 75.58º 0.8% 0.25% -
HSV(B) 75.58º 0.89% 0.46% -
XYZ 10.65 14.93 2.7 -
YUV 97.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 90 117 13 0.23 0 0.89 0.54 75.58 0.8 0.25
Hex 5A 75 D 17 0 59 36 4C 50 19
Octal 132 165 15 27 0 131 66 114 120 31
Binary 1011010 1110101 1101 10111 0 1011001 110110 1001100 1010000 11001

Color Harmonies of #5A750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A750D

Black with #5A750D

Text Example


Text Example

White with #5A750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,13); }

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

background-color css

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

 a { background-color: rgb(90,117,13); }

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

border-color css

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

 span { border-color: rgb(90,117,13); }

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