Html Css Color HEX #5A690C Fiji Green

📋 copy color: '#5A690C'

red 90 ◦ green 105 ◦ blue 12

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

Shades of Fiji Green #5A690C

Tints of Fiji Green #5A690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 43.48%
G = 50.72%
B = 5.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#5A690C (or 0x5A690C) is known color: Fiji Green. HEX triplet: 5A, 69 and 0C. RGB value is (90,105,12). Sum of RGB (Red+Green+Blue) = 90+105+12=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #5A690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A690C is #A596F3. Grayscale: #5A5A5A. Windows color (decimal): -10852084 or 813402. OLE color: 813402.

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

Color convert

RGB 90 105 12 -
CMYK 0.14 0 0.89 0.59
HSL 69.68º 0.79% 0.23% -
HSV(B) 69.68º 0.89% 0.41% -
XYZ 9.33 12.3 2.23 -
YUV 89.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 90 105 12 0.14 0 0.89 0.59 69.68 0.79 0.23
Hex 5A 69 C E 0 59 3B 46 4F 17
Octal 132 151 14 16 0 131 73 106 117 27
Binary 1011010 1101001 1100 1110 0 1011001 111011 1000110 1001111 10111

Color Harmonies of #5A690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A690C

Black with #5A690C

Text Example


Text Example

White with #5A690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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