Html Css Color HEX #5A691D Fiji Green

📋 copy color: '#5A691D'

red 90 ◦ green 105 ◦ blue 29

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

Shades of Fiji Green #5A691D

Tints of Fiji Green #5A691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 40.18%
G = 46.88%
B = 12.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#5A691D (or 0x5A691D) is known color: Fiji Green. HEX triplet: 5A, 69 and 1D. RGB value is (90,105,29). Sum of RGB (Red+Green+Blue) = 90+105+29=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #5A691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A691D is #A596E2. Grayscale: #5C5C5C. Windows color (decimal): -10852067 or 1927514. OLE color: 1927514.

HSL color Cylindrical-coordinate representation of color #5A691D: hue angle of 71.84º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A691D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 105 29 -
CMYK 0.14 0 0.72 0.59
HSL 71.84º 0.57% 0.26% -
HSV(B) 71.84º 0.72% 0.41% -
XYZ 9.49 12.37 3.05 -
YUV 91.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 90 105 29 0.14 0 0.72 0.59 71.84 0.57 0.26
Hex 5A 69 1D E 0 48 3B 48 39 1A
Octal 132 151 35 16 0 110 73 110 71 32
Binary 1011010 1101001 11101 1110 0 1001000 111011 1001000 111001 11010

Color Harmonies of #5A691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A691D

Black with #5A691D

Text Example


Text Example

White with #5A691D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,105,29); }

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

background-color css

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

 a { background-color: rgb(90,105,29); }

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

border-color css

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

 span { border-color: rgb(90,105,29); }

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