Html Css Color HEX #5A6014 Fiji Green

📋 copy color: '#5A6014'

red 90 ◦ green 96 ◦ blue 20

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

Shades of Fiji Green #5A6014

Tints of Fiji Green #5A6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 43.69%
G = 46.6%
B = 9.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#5A6014 (or 0x5A6014) is known color: Fiji Green. HEX triplet: 5A, 60 and 14. RGB value is (90,96,20). Sum of RGB (Red+Green+Blue) = 90+96+20=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6014 is #A59FEB. Grayscale: #555555. Windows color (decimal): -10854380 or 1335386. OLE color: 1335386.

HSL color Cylindrical-coordinate representation of color #5A6014: hue angle of 64.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A6014 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 20 -
CMYK 0.06 0 0.79 0.62
HSL 64.74º 0.66% 0.23% -
HSV(B) 64.74º 0.79% 0.38% -
XYZ 8.53 10.59 2.26 -
YUV 85.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 90 96 20 0.06 0 0.79 0.62 64.74 0.66 0.23
Hex 5A 60 14 6 0 4F 3E 41 42 17
Octal 132 140 24 6 0 117 76 101 102 27
Binary 1011010 1100000 10100 110 0 1001111 111110 1000001 1000010 10111

Color Harmonies of #5A6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6014

Black with #5A6014

Text Example


Text Example

White with #5A6014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,20); }

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

background-color css

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

 a { background-color: rgb(90,96,20); }

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

border-color css

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

 span { border-color: rgb(90,96,20); }

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