Html Css Color HEX #627016 Fiji Green

📋 copy color: '#627016'

red 98 ◦ green 112 ◦ blue 22

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

Shades of Fiji Green #627016

Tints of Fiji Green #627016

RGB

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

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

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

R = 42.24%
G = 48.28%
B = 9.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#627016 (or 0x627016) is known color: Fiji Green. HEX triplet: 62, 70 and 16. RGB value is (98,112,22). Sum of RGB (Red+Green+Blue) = 98+112+22=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #627016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627016 is #9D8FE9. Grayscale: #616161. Windows color (decimal): -10325994 or 1470562. OLE color: 1470562.

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

Color convert

RGB 98 112 22 -
CMYK 0.13 0 0.80 0.56
HSL 69.33º 0.67% 0.26% -
HSV(B) 69.33º 0.8% 0.44% -
XYZ 10.98 14.24 2.93 -
YUV 97.55 85.36 128.32 -
System Red Green Blue C M Y K H S L
Decimal 98 112 22 0.13 0 0.80 0.56 69.33 0.67 0.26
Hex 62 70 16 D 0 50 38 45 43 1A
Octal 142 160 26 15 0 120 70 105 103 32
Binary 1100010 1110000 10110 1101 0 1010000 111000 1000101 1000011 11010

Color Harmonies of #627016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627016

Black with #627016

Text Example


Text Example

White with #627016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627016; }

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

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

background-color css

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

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

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

border-color css

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

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

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