Html Css Color HEX #5A690D Fiji Green

📋 copy color: '#5A690D'

red 90 ◦ green 105 ◦ blue 13

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

Shades of Fiji Green #5A690D

Tints of Fiji Green #5A690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 43.27%
G = 50.48%
B = 6.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#5A690D (or 0x5A690D) is known color: Fiji Green. HEX triplet: 5A, 69 and 0D. RGB value is (90,105,13). Sum of RGB (Red+Green+Blue) = 90+105+13=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #5A690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A690D is #A596F2. Grayscale: #5A5A5A. Windows color (decimal): -10852083 or 878938. OLE color: 878938.

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

Color convert

RGB 90 105 13 -
CMYK 0.14 0 0.88 0.59
HSL 69.78º 0.78% 0.23% -
HSV(B) 69.78º 0.88% 0.41% -
XYZ 9.34 12.31 2.26 -
YUV 90.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 90 105 13 0.14 0 0.88 0.59 69.78 0.78 0.23
Hex 5A 69 D E 0 58 3B 46 4E 17
Octal 132 151 15 16 0 130 73 106 116 27
Binary 1011010 1101001 1101 1110 0 1011000 111011 1000110 1001110 10111

Color Harmonies of #5A690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A690D

Black with #5A690D

Text Example


Text Example

White with #5A690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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