Html Css Color HEX #607019 Fiji Green

📋 copy color: '#607019'

red 96 ◦ green 112 ◦ blue 25

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

Shades of Fiji Green #607019

Tints of Fiji Green #607019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 41.2%
G = 48.07%
B = 10.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#607019 (or 0x607019) is known color: Fiji Green. HEX triplet: 60, 70 and 19. RGB value is (96,112,25). Sum of RGB (Red+Green+Blue) = 96+112+25=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #607019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607019 is #9F8FE6. Grayscale: #616161. Windows color (decimal): -10457063 or 1667168. OLE color: 1667168.

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

Color convert

RGB 96 112 25 -
CMYK 0.14 0 0.78 0.56
HSL 71.03º 0.64% 0.27% -
HSV(B) 71.03º 0.78% 0.44% -
XYZ 10.79 14.15 3.08 -
YUV 97.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 96 112 25 0.14 0 0.78 0.56 71.03 0.64 0.27
Hex 60 70 19 E 0 4E 38 47 40 1B
Octal 140 160 31 16 0 116 70 107 100 33
Binary 1100000 1110000 11001 1110 0 1001110 111000 1000111 1000000 11011

Color Harmonies of #607019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607019

Black with #607019

Text Example


Text Example

White with #607019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607019; }

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

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

background-color css

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

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

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

border-color css

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

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

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