Html Css Color HEX #627101 Fiji Green

📋 copy color: '#627101'

red 98 ◦ green 113 ◦ blue 1

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

Shades of Fiji Green #627101

Tints of Fiji Green #627101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 46.23%
G = 53.3%
B = 0.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#627101 (or 0x627101) is known color: Fiji Green. HEX triplet: 62, 71 and 01. RGB value is (98,113,1). Sum of RGB (Red+Green+Blue) = 98+113+1=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #627101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627101 is #9D8EFE. Grayscale: #606060. Windows color (decimal): -10325759 or 94562. OLE color: 94562.

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

Color convert

RGB 98 113 1 -
CMYK 0.13 0 0.99 0.56
HSL 68.04º 0.98% 0.22% -
HSV(B) 68.04º 0.99% 0.44% -
XYZ 10.95 14.41 2.23 -
YUV 95.75 74.53 129.61 -
System Red Green Blue C M Y K H S L
Decimal 98 113 1 0.13 0 0.99 0.56 68.04 0.98 0.22
Hex 62 71 1 D 0 63 38 44 62 16
Octal 142 161 1 15 0 143 70 104 142 26
Binary 1100010 1110001 1 1101 0 1100011 111000 1000100 1100010 10110

Color Harmonies of #627101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627101

Black with #627101

Text Example


Text Example

White with #627101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627101; }

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

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

background-color css

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

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

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

border-color css

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

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

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