Html Css Color HEX #618007 Fiji Green

📋 copy color: '#618007'

red 97 ◦ green 128 ◦ blue 7

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

Shades of Fiji Green #618007

Tints of Fiji Green #618007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 41.81%
G = 55.17%
B = 3.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#618007 (or 0x618007) is known color: Fiji Green. HEX triplet: 61, 80 and 07. RGB value is (97,128,7). Sum of RGB (Red+Green+Blue) = 97+128+7=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #618007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618007 is #9E7FF8. Grayscale: #696969. Windows color (decimal): -10387449 or 491617. OLE color: 491617.

HSL color Cylindrical-coordinate representation of color #618007: hue angle of 75.37º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #618007 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 7 -
CMYK 0.24 0 0.95 0.50
HSL 75.37º 0.9% 0.26% -
HSV(B) 75.37º 0.95% 0.5% -
XYZ 12.69 18 3.01 -
YUV 104.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 97 128 7 0.24 0 0.95 0.50 75.37 0.9 0.26
Hex 61 80 7 18 0 5F 32 4B 5A 1A
Octal 141 200 7 30 0 137 62 113 132 32
Binary 1100001 10000000 111 11000 0 1011111 110010 1001011 1011010 11010

Color Harmonies of #618007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618007

Black with #618007

Text Example


Text Example

White with #618007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618007; }

 p { color: rgb(97,128,7); }

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

background-color css

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

 a { background-color: rgb(97,128,7); }

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

border-color css

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

 span { border-color: rgb(97,128,7); }

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