Html Css Color HEX #627520 Fiji Green

📋 copy color: '#627520'

red 98 ◦ green 117 ◦ blue 32

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

Shades of Fiji Green #627520

Tints of Fiji Green #627520

RGB

 RED value IS 98 (38.67% from 255) = 39.68%

 GREEN value IS 117 (46.09% from 255) = 47.37%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 39.68%
G = 47.37%
B = 12.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#627520 (or 0x627520) is known color: Fiji Green. HEX triplet: 62, 75 and 20. RGB value is (98,117,32). Sum of RGB (Red+Green+Blue) = 98+117+32=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #627520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627520 is #9D8ADF. Grayscale: #656565. Windows color (decimal): -10324704 or 2127202. OLE color: 2127202.

HSL color Cylindrical-coordinate representation of color #627520: hue angle of 73.41º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #627520 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 117 32 -
CMYK 0.16 0 0.73 0.54
HSL 73.41º 0.57% 0.29% -
HSV(B) 73.41º 0.73% 0.46% -
XYZ 11.66 15.42 3.73 -
YUV 101.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 98 117 32 0.16 0 0.73 0.54 73.41 0.57 0.29
Hex 62 75 20 10 0 49 36 49 39 1D
Octal 142 165 40 20 0 111 66 111 71 35
Binary 1100010 1110101 100000 10000 0 1001001 110110 1001001 111001 11101

Color Harmonies of #627520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627520

Black with #627520

Text Example


Text Example

White with #627520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627520; }

 p { color: rgb(98,117,32); }

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

background-color css

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

 a { background-color: rgb(98,117,32); }

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

border-color css

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

 span { border-color: rgb(98,117,32); }

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