Html Css Color HEX #607413 Fiji Green

📋 copy color: '#607413'

red 96 ◦ green 116 ◦ blue 19

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

Shades of Fiji Green #607413

Tints of Fiji Green #607413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.22%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 41.56%
G = 50.22%
B = 8.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#607413 (or 0x607413) is known color: Fiji Green. HEX triplet: 60, 74 and 13. RGB value is (96,116,19). Sum of RGB (Red+Green+Blue) = 96+116+19=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #607413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607413 is #9F8BEC. Grayscale: #636363. Windows color (decimal): -10456045 or 1274976. OLE color: 1274976.

HSL color Cylindrical-coordinate representation of color #607413: hue angle of 72.37º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #607413 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 116 19 -
CMYK 0.17 0 0.84 0.55
HSL 72.37º 0.72% 0.26% -
HSV(B) 72.37º 0.84% 0.45% -
XYZ 11.19 15.02 2.93 -
YUV 98.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 96 116 19 0.17 0 0.84 0.55 72.37 0.72 0.26
Hex 60 74 13 11 0 54 37 48 48 1A
Octal 140 164 23 21 0 124 67 110 110 32
Binary 1100000 1110100 10011 10001 0 1010100 110111 1001000 1001000 11010

Color Harmonies of #607413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607413

Black with #607413

Text Example


Text Example

White with #607413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607413; }

 p { color: rgb(96,116,19); }

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

background-color css

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

 a { background-color: rgb(96,116,19); }

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

border-color css

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

 span { border-color: rgb(96,116,19); }

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