Html Css Color HEX #5A6610 Fiji Green

📋 copy color: '#5A6610'

red 90 ◦ green 102 ◦ blue 16

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

Shades of Fiji Green #5A6610

Tints of Fiji Green #5A6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.04%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 43.27%
G = 49.04%
B = 7.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#5A6610 (or 0x5A6610) is known color: Fiji Green. HEX triplet: 5A, 66 and 10. RGB value is (90,102,16). Sum of RGB (Red+Green+Blue) = 90+102+16=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6610 is #A599EF. Grayscale: #585858. Windows color (decimal): -10852848 or 1074778. OLE color: 1074778.

HSL color Cylindrical-coordinate representation of color #5A6610: hue angle of 68.37º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A6610 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 102 16 -
CMYK 0.12 0 0.84 0.6
HSL 68.37º 0.73% 0.23% -
HSV(B) 68.37º 0.84% 0.4% -
XYZ 9.06 11.71 2.27 -
YUV 88.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 90 102 16 0.12 0 0.84 0.6 68.37 0.73 0.23
Hex 5A 66 10 C 0 54 3C 44 49 17
Octal 132 146 20 14 0 124 74 104 111 27
Binary 1011010 1100110 10000 1100 0 1010100 111100 1000100 1001001 10111

Color Harmonies of #5A6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6610

Black with #5A6610

Text Example


Text Example

White with #5A6610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,102,16); }

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

background-color css

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

 a { background-color: rgb(90,102,16); }

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

border-color css

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

 span { border-color: rgb(90,102,16); }

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