Html Css Color HEX #607020 Fiji Green

📋 copy color: '#607020'

red 96 ◦ green 112 ◦ blue 32

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

Shades of Fiji Green #607020

Tints of Fiji Green #607020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

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

R = 40%
G = 46.67%
B = 13.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#607020 (or 0x607020) is known color: Fiji Green. HEX triplet: 60, 70 and 20. RGB value is (96,112,32). Sum of RGB (Red+Green+Blue) = 96+112+32=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #607020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607020 is #9F8FDF. Grayscale: #626262. Windows color (decimal): -10457056 or 2125920. OLE color: 2125920.

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

Color convert

RGB 96 112 32 -
CMYK 0.14 0 0.71 0.56
HSL 72º 0.56% 0.28% -
HSV(B) 72º 0.71% 0.44% -
XYZ 10.88 14.18 3.53 -
YUV 98.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 96 112 32 0.14 0 0.71 0.56 72 0.56 0.28
Hex 60 70 20 E 0 47 38 48 38 1C
Octal 140 160 40 16 0 107 70 110 70 34
Binary 1100000 1110000 100000 1110 0 1000111 111000 1001000 111000 11100

Color Harmonies of #607020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607020

Black with #607020

Text Example


Text Example

White with #607020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607020; }

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

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

background-color css

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

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

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

border-color css

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

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

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