Html Css Color HEX #617E02 Fiji Green

📋 copy color: '#617E02'

red 97 ◦ green 126 ◦ blue 2

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

Shades of Fiji Green #617E02

Tints of Fiji Green #617E02

RGB

 RED value IS 97 (38.28% from 255) = 43.11%

 GREEN value IS 126 (49.61% from 255) = 56%

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

R = 43.11%
G = 56%
B = 0.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#617E02 (or 0x617E02) is known color: Fiji Green. HEX triplet: 61, 7E and 02. RGB value is (97,126,2). Sum of RGB (Red+Green+Blue) = 97+126+2=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #617E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617E02 is #9E81FD. Grayscale: #676767. Windows color (decimal): -10387966 or 163425. OLE color: 163425.

HSL color Cylindrical-coordinate representation of color #617E02: hue angle of 74.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #617E02 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 126 2 -
CMYK 0.23 0 0.98 0.51
HSL 74.03º 0.97% 0.25% -
HSV(B) 74.03º 0.98% 0.49% -
XYZ 12.4 17.47 2.78 -
YUV 103.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 97 126 2 0.23 0 0.98 0.51 74.03 0.97 0.25
Hex 61 7E 2 17 0 62 33 4A 61 19
Octal 141 176 2 27 0 142 63 112 141 31
Binary 1100001 1111110 10 10111 0 1100010 110011 1001010 1100001 11001

Color Harmonies of #617E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617E02

Black with #617E02

Text Example


Text Example

White with #617E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617E02; }

 p { color: rgb(97,126,2); }

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

background-color css

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

 a { background-color: rgb(97,126,2); }

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

border-color css

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

 span { border-color: rgb(97,126,2); }

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