Html Css Color HEX #5A6015 Fiji Green

📋 copy color: '#5A6015'

red 90 ◦ green 96 ◦ blue 21

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

Shades of Fiji Green #5A6015

Tints of Fiji Green #5A6015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.14%

R = 43.48%
G = 46.38%
B = 10.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#5A6015 (or 0x5A6015) is known color: Fiji Green. HEX triplet: 5A, 60 and 15. RGB value is (90,96,21). Sum of RGB (Red+Green+Blue) = 90+96+21=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6015 is #A59FEA. Grayscale: #555555. Windows color (decimal): -10854379 or 1400922. OLE color: 1400922.

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

Color convert

RGB 90 96 21 -
CMYK 0.06 0 0.78 0.62
HSL 64.8º 0.64% 0.23% -
HSV(B) 64.8º 0.78% 0.38% -
XYZ 8.53 10.59 2.3 -
YUV 85.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 90 96 21 0.06 0 0.78 0.62 64.8 0.64 0.23
Hex 5A 60 15 6 0 4E 3E 41 40 17
Octal 132 140 25 6 0 116 76 101 100 27
Binary 1011010 1100000 10101 110 0 1001110 111110 1000001 1000000 10111

Color Harmonies of #5A6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6015

Black with #5A6015

Text Example


Text Example

White with #5A6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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