Html Css Color HEX #5A661E Fiji Green

📋 copy color: '#5A661E'

red 90 ◦ green 102 ◦ blue 30

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

Shades of Fiji Green #5A661E

Tints of Fiji Green #5A661E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 40.54%
G = 45.95%
B = 13.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#5A661E (or 0x5A661E) is known color: Fiji Green. HEX triplet: 5A, 66 and 1E. RGB value is (90,102,30). Sum of RGB (Red+Green+Blue) = 90+102+30=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #5A661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A661E is #A599E1. Grayscale: #5A5A5A. Windows color (decimal): -10852834 or 1992282. OLE color: 1992282.

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

Color convert

RGB 90 102 30 -
CMYK 0.12 0 0.71 0.6
HSL 70º 0.55% 0.26% -
HSV(B) 70º 0.71% 0.4% -
XYZ 9.2 11.77 3.02 -
YUV 90.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 90 102 30 0.12 0 0.71 0.6 70 0.55 0.26
Hex 5A 66 1E C 0 47 3C 46 37 1A
Octal 132 146 36 14 0 107 74 106 67 32
Binary 1011010 1100110 11110 1100 0 1000111 111100 1000110 110111 11010

Color Harmonies of #5A661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A661E

Black with #5A661E

Text Example


Text Example

White with #5A661E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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