Html Css Color HEX #627A14 Fiji Green

📋 copy color: '#627A14'

red 98 ◦ green 122 ◦ blue 20

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

Shades of Fiji Green #627A14

Tints of Fiji Green #627A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.83%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 40.83%
G = 50.83%
B = 8.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#627A14 (or 0x627A14) is known color: Fiji Green. HEX triplet: 62, 7A and 14. RGB value is (98,122,20). Sum of RGB (Red+Green+Blue) = 98+122+20=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #627A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627A14 is #9D85EB. Grayscale: #676767. Windows color (decimal): -10323436 or 1342050. OLE color: 1342050.

HSL color Cylindrical-coordinate representation of color #627A14: hue angle of 74.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #627A14 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 98 122 20 -
CMYK 0.20 0 0.84 0.52
HSL 74.12º 0.72% 0.28% -
HSV(B) 74.12º 0.84% 0.48% -
XYZ 12.12 16.57 3.22 -
YUV 103.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 98 122 20 0.20 0 0.84 0.52 74.12 0.72 0.28
Hex 62 7A 14 14 0 54 34 4A 48 1C
Octal 142 172 24 24 0 124 64 112 110 34
Binary 1100010 1111010 10100 10100 0 1010100 110100 1001010 1001000 11100

Color Harmonies of #627A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A14

Black with #627A14

Text Example


Text Example

White with #627A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A14; }

 p { color: rgb(98,122,20); }

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

background-color css

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

 a { background-color: rgb(98,122,20); }

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

border-color css

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

 span { border-color: rgb(98,122,20); }

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