Html Css Color HEX #627502 Fiji Green

📋 copy color: '#627502'

red 98 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #627502

Tints of Fiji Green #627502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.92%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 45.16%
G = 53.92%
B = 0.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#627502 (or 0x627502) is known color: Fiji Green. HEX triplet: 62, 75 and 02. RGB value is (98,117,2). Sum of RGB (Red+Green+Blue) = 98+117+2=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #627502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627502 is #9D8AFD. Grayscale: #626262. Windows color (decimal): -10324734 or 161122. OLE color: 161122.

HSL color Cylindrical-coordinate representation of color #627502: hue angle of 69.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #627502 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 98 117 2 -
CMYK 0.16 0 0.98 0.54
HSL 69.91º 0.97% 0.23% -
HSV(B) 69.91º 0.98% 0.46% -
XYZ 11.41 15.32 2.41 -
YUV 98.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 98 117 2 0.16 0 0.98 0.54 69.91 0.97 0.23
Hex 62 75 2 10 0 62 36 46 61 17
Octal 142 165 2 20 0 142 66 106 141 27
Binary 1100010 1110101 10 10000 0 1100010 110110 1000110 1100001 10111

Color Harmonies of #627502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627502

Black with #627502

Text Example


Text Example

White with #627502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627502; }

 p { color: rgb(98,117,2); }

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

background-color css

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

 a { background-color: rgb(98,117,2); }

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

border-color css

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

 span { border-color: rgb(98,117,2); }

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