Html Css Color HEX #627114 Fiji Green

📋 copy color: '#627114'

red 98 ◦ green 113 ◦ blue 20

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

Shades of Fiji Green #627114

Tints of Fiji Green #627114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 42.42%
G = 48.92%
B = 8.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#627114 (or 0x627114) is known color: Fiji Green. HEX triplet: 62, 71 and 14. RGB value is (98,113,20). Sum of RGB (Red+Green+Blue) = 98+113+20=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #627114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627114 is #9D8EEB. Grayscale: #626262. Windows color (decimal): -10325740 or 1339746. OLE color: 1339746.

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

Color convert

RGB 98 113 20 -
CMYK 0.13 0 0.82 0.56
HSL 69.68º 0.7% 0.26% -
HSV(B) 69.68º 0.82% 0.44% -
XYZ 11.07 14.46 2.87 -
YUV 97.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 98 113 20 0.13 0 0.82 0.56 69.68 0.7 0.26
Hex 62 71 14 D 0 52 38 46 46 1A
Octal 142 161 24 15 0 122 70 106 106 32
Binary 1100010 1110001 10100 1101 0 1010010 111000 1000110 1000110 11010

Color Harmonies of #627114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627114

Black with #627114

Text Example


Text Example

White with #627114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627114; }

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

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

background-color css

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

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

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

border-color css

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

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

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