Html Css Color HEX #5A630E Fiji Green

📋 copy color: '#5A630E'

red 90 ◦ green 99 ◦ blue 14

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

Shades of Fiji Green #5A630E

Tints of Fiji Green #5A630E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.9%

R = 44.33%
G = 48.77%
B = 6.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#5A630E (or 0x5A630E) is known color: Fiji Green. HEX triplet: 5A, 63 and 0E. RGB value is (90,99,14). Sum of RGB (Red+Green+Blue) = 90+99+14=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #5A630E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A630E is #A59CF1. Grayscale: #565656. Windows color (decimal): -10853618 or 942938. OLE color: 942938.

HSL color Cylindrical-coordinate representation of color #5A630E: hue angle of 66.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A630E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 14 -
CMYK 0.09 0 0.86 0.61
HSL 66.35º 0.75% 0.22% -
HSV(B) 66.35º 0.86% 0.39% -
XYZ 8.76 11.13 2.1 -
YUV 86.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 90 99 14 0.09 0 0.86 0.61 66.35 0.75 0.22
Hex 5A 63 E 9 0 56 3D 42 4B 16
Octal 132 143 16 11 0 126 75 102 113 26
Binary 1011010 1100011 1110 1001 0 1010110 111101 1000010 1001011 10110

Color Harmonies of #5A630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A630E

Black with #5A630E

Text Example


Text Example

White with #5A630E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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