Html Css Color HEX #607120 Fiji Green

📋 copy color: '#607120'

red 96 ◦ green 113 ◦ blue 32

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

Shades of Fiji Green #607120

Tints of Fiji Green #607120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 39.83%
G = 46.89%
B = 13.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#607120 (or 0x607120) is known color: Fiji Green. HEX triplet: 60, 71 and 20. RGB value is (96,113,32). Sum of RGB (Red+Green+Blue) = 96+113+32=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #607120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607120 is #9F8EDF. Grayscale: #626262. Windows color (decimal): -10456800 or 2126176. OLE color: 2126176.

HSL color Cylindrical-coordinate representation of color #607120: hue angle of 72.59º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #607120 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 32 -
CMYK 0.15 0 0.72 0.56
HSL 72.59º 0.56% 0.28% -
HSV(B) 72.59º 0.72% 0.44% -
XYZ 10.99 14.4 3.57 -
YUV 98.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 96 113 32 0.15 0 0.72 0.56 72.59 0.56 0.28
Hex 60 71 20 F 0 48 38 49 38 1C
Octal 140 161 40 17 0 110 70 111 70 34
Binary 1100000 1110001 100000 1111 0 1001000 111000 1001001 111000 11100

Color Harmonies of #607120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607120

Black with #607120

Text Example


Text Example

White with #607120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607120; }

 p { color: rgb(96,113,32); }

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

background-color css

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

 a { background-color: rgb(96,113,32); }

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

border-color css

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

 span { border-color: rgb(96,113,32); }

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