Html Css Color HEX #627020 Fiji Green

📋 copy color: '#627020'

red 98 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #627020

Tints of Fiji Green #627020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

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

R = 40.5%
G = 46.28%
B = 13.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#627020 (or 0x627020) is known color: Fiji Green. HEX triplet: 62, 70 and 20. RGB value is (98,112,32). Sum of RGB (Red+Green+Blue) = 98+112+32=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #627020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627020 is #9D8FDF. Grayscale: #626262. Windows color (decimal): -10325984 or 2125922. OLE color: 2125922.

HSL color Cylindrical-coordinate representation of color #627020: hue angle of 70.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #627020 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 32 -
CMYK 0.13 0 0.71 0.56
HSL 70.5º 0.56% 0.28% -
HSV(B) 70.5º 0.71% 0.44% -
XYZ 11.09 14.29 3.54 -
YUV 98.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 98 112 32 0.13 0 0.71 0.56 70.5 0.56 0.28
Hex 62 70 20 D 0 47 38 46 38 1C
Octal 142 160 40 15 0 107 70 106 70 34
Binary 1100010 1110000 100000 1101 0 1000111 111000 1000110 111000 11100

Color Harmonies of #627020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627020

Black with #627020

Text Example


Text Example

White with #627020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627020; }

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

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

background-color css

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

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

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

border-color css

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

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

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