Html Css Color HEX #607701 Fiji Green

📋 copy color: '#607701'

red 96 ◦ green 119 ◦ blue 1

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

Shades of Fiji Green #607701

Tints of Fiji Green #607701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

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

R = 44.44%
G = 55.09%
B = 0.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#607701 (or 0x607701) is known color: Fiji Green. HEX triplet: 60, 77 and 01. RGB value is (96,119,1). Sum of RGB (Red+Green+Blue) = 96+119+1=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #607701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607701 is #9F88FE. Grayscale: #636363. Windows color (decimal): -10455295 or 96096. OLE color: 96096.

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

Color convert

RGB 96 119 1 -
CMYK 0.19 0 0.99 0.53
HSL 71.69º 0.98% 0.24% -
HSV(B) 71.69º 0.99% 0.47% -
XYZ 11.43 15.68 2.45 -
YUV 98.67 72.88 126.09 -
System Red Green Blue C M Y K H S L
Decimal 96 119 1 0.19 0 0.99 0.53 71.69 0.98 0.24
Hex 60 77 1 13 0 63 35 48 62 18
Octal 140 167 1 23 0 143 65 110 142 30
Binary 1100000 1110111 1 10011 0 1100011 110101 1001000 1100010 11000

Color Harmonies of #607701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607701

Black with #607701

Text Example


Text Example

White with #607701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607701; }

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

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

background-color css

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

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

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

border-color css

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

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

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