Html Css Color HEX #607228 Fiji Green

📋 copy color: '#607228'

red 96 ◦ green 114 ◦ blue 40

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

Shades of Fiji Green #607228

Tints of Fiji Green #607228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.6%

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

R = 38.4%
G = 45.6%
B = 16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#607228 (or 0x607228) is known color: Fiji Green. HEX triplet: 60, 72 and 28. RGB value is (96,114,40). Sum of RGB (Red+Green+Blue) = 96+114+40=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #607228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607228 is #9F8DD7. Grayscale: #646464. Windows color (decimal): -10456536 or 2650720. OLE color: 2650720.

HSL color Cylindrical-coordinate representation of color #607228: hue angle of 74.59º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #607228 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 40 -
CMYK 0.16 0 0.65 0.55
HSL 74.59º 0.48% 0.3% -
HSV(B) 74.59º 0.65% 0.45% -
XYZ 11.22 14.67 4.25 -
YUV 100.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 96 114 40 0.16 0 0.65 0.55 74.59 0.48 0.3
Hex 60 72 28 10 0 41 37 4B 30 1E
Octal 140 162 50 20 0 101 67 113 60 36
Binary 1100000 1110010 101000 10000 0 1000001 110111 1001011 110000 11110

Color Harmonies of #607228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607228

Black with #607228

Text Example


Text Example

White with #607228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607228; }

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

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

background-color css

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

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

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

border-color css

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

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

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