Html Css Color HEX #627216 Fiji Green

📋 copy color: '#627216'

red 98 ◦ green 114 ◦ blue 22

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

Shades of Fiji Green #627216

Tints of Fiji Green #627216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 41.88%
G = 48.72%
B = 9.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#627216 (or 0x627216) is known color: Fiji Green. HEX triplet: 62, 72 and 16. RGB value is (98,114,22). Sum of RGB (Red+Green+Blue) = 98+114+22=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #627216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627216 is #9D8DE9. Grayscale: #636363. Windows color (decimal): -10325482 or 1471074. OLE color: 1471074.

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

Color convert

RGB 98 114 22 -
CMYK 0.14 0 0.81 0.55
HSL 70.43º 0.68% 0.27% -
HSV(B) 70.43º 0.81% 0.45% -
XYZ 11.2 14.69 3 -
YUV 98.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 98 114 22 0.14 0 0.81 0.55 70.43 0.68 0.27
Hex 62 72 16 E 0 51 37 46 44 1B
Octal 142 162 26 16 0 121 67 106 104 33
Binary 1100010 1110010 10110 1110 0 1010001 110111 1000110 1000100 11011

Color Harmonies of #627216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627216

Black with #627216

Text Example


Text Example

White with #627216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627216; }

 p { color: rgb(98,114,22); }

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

background-color css

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

 a { background-color: rgb(98,114,22); }

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

border-color css

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

 span { border-color: rgb(98,114,22); }

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