Html Css Color HEX #5E661E Fiji Green

📋 copy color: '#5E661E'

red 94 ◦ green 102 ◦ blue 30

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

Shades of Fiji Green #5E661E

Tints of Fiji Green #5E661E

RGB

 RED value IS 94 (37.11% from 255) = 41.59%

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

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

R = 41.59%
G = 45.13%
B = 13.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#5E661E (or 0x5E661E) is known color: Fiji Green. HEX triplet: 5E, 66 and 1E. RGB value is (94,102,30). Sum of RGB (Red+Green+Blue) = 94+102+30=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #5E661E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E661E is #A199E1. Grayscale: #5B5B5B. Windows color (decimal): -10590690 or 1992286. OLE color: 1992286.

HSL color Cylindrical-coordinate representation of color #5E661E: hue angle of 66.67º 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 #5E661E is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 102 30 -
CMYK 0.08 0 0.71 0.6
HSL 66.67º 0.55% 0.26% -
HSV(B) 66.67º 0.71% 0.4% -
XYZ 9.6 11.98 3.03 -
YUV 91.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 94 102 30 0.08 0 0.71 0.6 66.67 0.55 0.26
Hex 5E 66 1E 8 0 47 3C 43 37 1A
Octal 136 146 36 10 0 107 74 103 67 32
Binary 1011110 1100110 11110 1000 0 1000111 111100 1000011 110111 11010

Color Harmonies of #5E661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E661E

Black with #5E661E

Text Example


Text Example

White with #5E661E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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