Html Css Color HEX #5A610F Fiji Green

📋 copy color: '#5A610F'

red 90 ◦ green 97 ◦ blue 15

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

Shades of Fiji Green #5A610F

Tints of Fiji Green #5A610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 44.55%
G = 48.02%
B = 7.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#5A610F (or 0x5A610F) is known color: Fiji Green. HEX triplet: 5A, 61 and 0F. RGB value is (90,97,15). Sum of RGB (Red+Green+Blue) = 90+97+15=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #5A610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A610F is #A59EF0. Grayscale: #555555. Windows color (decimal): -10854129 or 1007962. OLE color: 1007962.

HSL color Cylindrical-coordinate representation of color #5A610F: hue angle of 65.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A610F is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 97 15 -
CMYK 0.07 0 0.85 0.62
HSL 65.12º 0.73% 0.22% -
HSV(B) 65.12º 0.85% 0.38% -
XYZ 8.58 10.76 2.08 -
YUV 85.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 90 97 15 0.07 0 0.85 0.62 65.12 0.73 0.22
Hex 5A 61 F 7 0 55 3E 41 49 16
Octal 132 141 17 7 0 125 76 101 111 26
Binary 1011010 1100001 1111 111 0 1010101 111110 1000001 1001001 10110

Color Harmonies of #5A610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A610F

Black with #5A610F

Text Example


Text Example

White with #5A610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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