Html Css Color HEX #607428 Fiji Green

📋 copy color: '#607428'

red 96 ◦ green 116 ◦ blue 40

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

Shades of Fiji Green #607428

Tints of Fiji Green #607428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 38.1%
G = 46.03%
B = 15.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#607428 (or 0x607428) is known color: Fiji Green. HEX triplet: 60, 74 and 28. RGB value is (96,116,40). Sum of RGB (Red+Green+Blue) = 96+116+40=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #607428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607428 is #9F8BD7. Grayscale: #656565. Windows color (decimal): -10456024 or 2651232. OLE color: 2651232.

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

Color convert

RGB 96 116 40 -
CMYK 0.17 0 0.66 0.55
HSL 75.79º 0.49% 0.31% -
HSV(B) 75.79º 0.66% 0.45% -
XYZ 11.45 15.13 4.32 -
YUV 101.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 96 116 40 0.17 0 0.66 0.55 75.79 0.49 0.31
Hex 60 74 28 11 0 42 37 4C 31 1F
Octal 140 164 50 21 0 102 67 114 61 37
Binary 1100000 1110100 101000 10001 0 1000010 110111 1001100 110001 11111

Color Harmonies of #607428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607428

Black with #607428

Text Example


Text Example

White with #607428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607428; }

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

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

background-color css

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

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

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

border-color css

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

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

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