Html Css Color HEX #5A750F Fiji Green

📋 copy color: '#5A750F'

red 90 ◦ green 117 ◦ blue 15

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

Shades of Fiji Green #5A750F

Tints of Fiji Green #5A750F

RGB

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

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

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

R = 40.54%
G = 52.7%
B = 6.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#5A750F (or 0x5A750F) is known color: Fiji Green. HEX triplet: 5A, 75 and 0F. RGB value is (90,117,15). Sum of RGB (Red+Green+Blue) = 90+117+15=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #5A750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A750F is #A58AF0. Grayscale: #616161. Windows color (decimal): -10849009 or 1013082. OLE color: 1013082.

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

Color convert

RGB 90 117 15 -
CMYK 0.23 0 0.87 0.54
HSL 75.88º 0.77% 0.26% -
HSV(B) 75.88º 0.87% 0.46% -
XYZ 10.66 14.93 2.77 -
YUV 97.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 90 117 15 0.23 0 0.87 0.54 75.88 0.77 0.26
Hex 5A 75 F 17 0 57 36 4C 4D 1A
Octal 132 165 17 27 0 127 66 114 115 32
Binary 1011010 1110101 1111 10111 0 1010111 110110 1001100 1001101 11010

Color Harmonies of #5A750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A750F

Black with #5A750F

Text Example


Text Example

White with #5A750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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