Html Css Color HEX #607601 Fiji Green

📋 copy color: '#607601'

red 96 ◦ green 118 ◦ blue 1

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

Shades of Fiji Green #607601

Tints of Fiji Green #607601

RGB

 RED value IS 96 (37.89% from 255) = 44.65%

 GREEN value IS 118 (46.48% from 255) = 54.88%

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

R = 44.65%
G = 54.88%
B = 0.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#607601 (or 0x607601) is known color: Fiji Green. HEX triplet: 60, 76 and 01. RGB value is (96,118,1). Sum of RGB (Red+Green+Blue) = 96+118+1=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #607601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607601 is #9F89FE. Grayscale: #626262. Windows color (decimal): -10455551 or 95840. OLE color: 95840.

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

Color convert

RGB 96 118 1 -
CMYK 0.19 0 0.99 0.54
HSL 71.28º 0.98% 0.23% -
HSV(B) 71.28º 0.99% 0.46% -
XYZ 11.31 15.45 2.41 -
YUV 98.08 73.21 126.51 -
System Red Green Blue C M Y K H S L
Decimal 96 118 1 0.19 0 0.99 0.54 71.28 0.98 0.23
Hex 60 76 1 13 0 63 36 47 62 17
Octal 140 166 1 23 0 143 66 107 142 27
Binary 1100000 1110110 1 10011 0 1100011 110110 1000111 1100010 10111

Color Harmonies of #607601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607601

Black with #607601

Text Example


Text Example

White with #607601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607601; }

 p { color: rgb(96,118,1); }

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

background-color css

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

 a { background-color: rgb(96,118,1); }

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

border-color css

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

 span { border-color: rgb(96,118,1); }

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