Html Css Color HEX #607304 Fiji Green

📋 copy color: '#607304'

red 96 ◦ green 115 ◦ blue 4

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

Shades of Fiji Green #607304

Tints of Fiji Green #607304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 44.65%
G = 53.49%
B = 1.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#607304 (or 0x607304) is known color: Fiji Green. HEX triplet: 60, 73 and 04. RGB value is (96,115,4). Sum of RGB (Red+Green+Blue) = 96+115+4=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #607304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #607304 is #9F8CFB. Grayscale: #616161. Windows color (decimal): -10456316 or 291680. OLE color: 291680.

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

Color convert

RGB 96 115 4 -
CMYK 0.17 0 0.97 0.55
HSL 70.27º 0.93% 0.23% -
HSV(B) 70.27º 0.97% 0.45% -
XYZ 10.98 14.76 2.38 -
YUV 96.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 96 115 4 0.17 0 0.97 0.55 70.27 0.93 0.23
Hex 60 73 4 11 0 61 37 46 5D 17
Octal 140 163 4 21 0 141 67 106 135 27
Binary 1100000 1110011 100 10001 0 1100001 110111 1000110 1011101 10111

Color Harmonies of #607304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607304

Black with #607304

Text Example


Text Example

White with #607304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607304; }

 p { color: rgb(96,115,4); }

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

background-color css

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

 a { background-color: rgb(96,115,4); }

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

border-color css

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

 span { border-color: rgb(96,115,4); }

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