Html Css Color HEX #627314 Fiji Green

📋 copy color: '#627314'

red 98 ◦ green 115 ◦ blue 20

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

Shades of Fiji Green #627314

Tints of Fiji Green #627314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.36%

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

R = 42.06%
G = 49.36%
B = 8.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#627314 (or 0x627314) is known color: Fiji Green. HEX triplet: 62, 73 and 14. RGB value is (98,115,20). Sum of RGB (Red+Green+Blue) = 98+115+20=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #627314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627314 is #9D8CEB. Grayscale: #636363. Windows color (decimal): -10325228 or 1340258. OLE color: 1340258.

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

Color convert

RGB 98 115 20 -
CMYK 0.15 0 0.83 0.55
HSL 70.74º 0.7% 0.26% -
HSV(B) 70.74º 0.83% 0.45% -
XYZ 11.29 14.91 2.94 -
YUV 99.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 98 115 20 0.15 0 0.83 0.55 70.74 0.7 0.26
Hex 62 73 14 F 0 53 37 47 46 1A
Octal 142 163 24 17 0 123 67 107 106 32
Binary 1100010 1110011 10100 1111 0 1010011 110111 1000111 1000110 11010

Color Harmonies of #627314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627314

Black with #627314

Text Example


Text Example

White with #627314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627314; }

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

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

background-color css

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

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

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

border-color css

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

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

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