Html Css Color HEX #5A630A Fiji Green

📋 copy color: '#5A630A'

red 90 ◦ green 99 ◦ blue 10

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

Shades of Fiji Green #5A630A

Tints of Fiji Green #5A630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.75%

 BLUE value IS 10 (4.3% from 255) = 5.03%

R = 45.23%
G = 49.75%
B = 5.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#5A630A (or 0x5A630A) is known color: Fiji Green. HEX triplet: 5A, 63 and 0A. RGB value is (90,99,10). Sum of RGB (Red+Green+Blue) = 90+99+10=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #5A630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A630A is #A59CF5. Grayscale: #565656. Windows color (decimal): -10853622 or 680794. OLE color: 680794.

HSL color Cylindrical-coordinate representation of color #5A630A: hue angle of 66.07º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A630A is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 10 -
CMYK 0.09 0 0.90 0.61
HSL 66.07º 0.82% 0.21% -
HSV(B) 66.07º 0.9% 0.39% -
XYZ 8.73 11.12 1.97 -
YUV 86.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 90 99 10 0.09 0 0.90 0.61 66.07 0.82 0.21
Hex 5A 63 A 9 0 5A 3D 42 52 15
Octal 132 143 12 11 0 132 75 102 122 25
Binary 1011010 1100011 1010 1001 0 1011010 111101 1000010 1010010 10101

Color Harmonies of #5A630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A630A

Black with #5A630A

Text Example


Text Example

White with #5A630A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,10); }

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

background-color css

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

 a { background-color: rgb(90,99,10); }

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

border-color css

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

 span { border-color: rgb(90,99,10); }

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