Html Css Color HEX #627414 Fiji Green

📋 copy color: '#627414'

red 98 ◦ green 116 ◦ blue 20

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

Shades of Fiji Green #627414

Tints of Fiji Green #627414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 41.88%
G = 49.57%
B = 8.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#627414 (or 0x627414) is known color: Fiji Green. HEX triplet: 62, 74 and 14. RGB value is (98,116,20). Sum of RGB (Red+Green+Blue) = 98+116+20=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #627414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627414 is #9D8BEB. Grayscale: #646464. Windows color (decimal): -10324972 or 1340514. OLE color: 1340514.

HSL color Cylindrical-coordinate representation of color #627414: hue angle of 71.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #627414 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 116 20 -
CMYK 0.16 0 0.83 0.55
HSL 71.25º 0.71% 0.27% -
HSV(B) 71.25º 0.83% 0.45% -
XYZ 11.41 15.14 2.98 -
YUV 99.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 98 116 20 0.16 0 0.83 0.55 71.25 0.71 0.27
Hex 62 74 14 10 0 53 37 47 47 1B
Octal 142 164 24 20 0 123 67 107 107 33
Binary 1100010 1110100 10100 10000 0 1010011 110111 1000111 1000111 11011

Color Harmonies of #627414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627414

Black with #627414

Text Example


Text Example

White with #627414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627414; }

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

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

background-color css

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

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

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

border-color css

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

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

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